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

This commit is contained in:
Markus Rosenstihl 2023-12-06 16:19:33 +01:00
parent 3928e02b44
commit 500e473212

View File

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