fixed build nameing, v5
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 11s

This commit is contained in:
Markus Rosenstihl 2023-12-06 15:58:26 +01:00
parent 7c586c4bf0
commit d099253812

View File

@ -20,7 +20,7 @@ jobs:
shell: bash
run: |
echo "SHA_SHORT=${GITEA_SHA:7}" >> "$GITEA_ENV"
echo "YEAR=$(date '+%Y')" >> "$GITEA_ENV"
echo "YEAR=$(python3 -c \"import datetime;print(datetime.date.today().year)\")" >> "$GITEA_ENV"
- name: Build AppImage
run: |
eval $(gpg-agent --daemon --allow-preset-passphrase --default-cache-ttl 1 --max-cache-ttl 7200)