fixed build nameing, v7
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
c7855a74f4
commit
a789612eae
@ -19,8 +19,10 @@ jobs:
|
||||
- name: Declare some variables
|
||||
shell: bash
|
||||
run: |
|
||||
ls -l
|
||||
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> "$GITEA_ENV"
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user