1
0
forked from IPKM/nmreval

fixed build nameing, v12

This commit is contained in:
Markus Rosenstihl 2023-12-06 16:12:05 +01:00
parent 9323cb8883
commit 6fd44a14fa

View File

@ -21,9 +21,9 @@ jobs:
run: |
ls -l
git rev-parse --short HEAD
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> "$GITEA_ENV"
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITEA_ENV
date
echo "YEAR=$(python3 -c \"import datetime;print(datetime.date.today().year)\")" >> "$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)