fixed build nameing, v15
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 24s
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 24s
This commit is contained in:
parent
3928e02b44
commit
500e473212
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user