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

This commit is contained in:
Markus Rosenstihl 2023-12-06 16:08:25 +01:00
parent 6ee8d27d4a
commit a09a6bd988

View File

@ -20,7 +20,7 @@ jobs:
shell: bash
run: |
ls -l
git
git rev-pars --short HEAD
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> "$GITEA_ENV"
echo "YEAR=$(python3 -c \"import datetime;print(datetime.date.today().year)\")" >> "$GITEA_ENV"
env