build naming fixed,nope
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 28s

This commit is contained in:
Markus Rosenstihl 2023-12-06 16:31:36 +01:00
parent adb71257ff
commit 4df0ad6d20

View File

@ -19,8 +19,8 @@ jobs:
- name: Declare some variables
shell: bash
run: |
echo "SHA_SHORT=$(git rev-parse --short HEAD)"
echo "YEAR=$(date +%Y)" >> "$GITEA_ENV"
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $env:GITEA_ENV
echo "YEAR=$(date +%Y)" >> $env:GITEA_ENV
- name: Build AppImage
run: |
echo $GO_PIPELINE_LABEL