build naming fixed,nope 3
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 1m3s
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 1m3s
This commit is contained in:
parent
bcc828efdc
commit
35ae571de0
@ -19,8 +19,8 @@ jobs:
|
||||
- name: Declare some variables
|
||||
shell: bash
|
||||
run: |
|
||||
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> GITEA_ENV
|
||||
echo "YEAR=$(date +%Y)" >> GITEA_ENV
|
||||
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
echo "YEAR=$(date +%Y)" >> GITHUB_ENV
|
||||
- name: Build AppImage
|
||||
run: |
|
||||
echo $GO_PIPELINE_LABEL
|
||||
|
Loading…
Reference in New Issue
Block a user