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

This commit is contained in:
Markus Rosenstihl 2023-12-06 16:04:41 +01:00
parent d099253812
commit c7855a74f4

View File

@ -19,7 +19,7 @@ jobs:
- name: Declare some variables
shell: bash
run: |
echo "SHA_SHORT=${GITEA_SHA:7}" >> "$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"
- name: Build AppImage
run: |