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

This commit is contained in:
Markus Rosenstihl 2023-12-06 16:10:44 +01:00
parent 025b14a288
commit 9323cb8883

View File

@ -21,10 +21,9 @@ jobs:
run: |
ls -l
git rev-parse --short HEAD
date
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> "$GITEA_ENV"
date
echo "YEAR=$(python3 -c \"import datetime;print(datetime.date.today().year)\")" >> "$GITEA_ENV"
env
- name: Build AppImage
run: |
eval $(gpg-agent --daemon --allow-preset-passphrase --default-cache-ttl 1 --max-cache-ttl 7200)