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