fixed build nameing, v9
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 12s
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 12s
This commit is contained in:
parent
a09a6bd988
commit
a7fed328ae
@ -20,7 +20,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ls -l
|
ls -l
|
||||||
git rev-pars --short HEAD
|
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"
|
||||||
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"
|
||||||
env
|
env
|
||||||
|
Loading…
Reference in New Issue
Block a user