build naming fixed,nope
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 11s
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 11s
This commit is contained in:
parent
c0dabbe9fe
commit
adb71257ff
@ -19,8 +19,8 @@ jobs:
|
||||
- name: Declare some variables
|
||||
shell: bash
|
||||
run: |
|
||||
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $env:GITEA_ENV
|
||||
echo "YEAR=$(date +%Y)" >> $env:GITEA_ENV
|
||||
echo "SHA_SHORT=$(git rev-parse --short HEAD)"
|
||||
echo "YEAR=$(date +%Y)" >> "$GITEA_ENV"
|
||||
- name: Build AppImage
|
||||
run: |
|
||||
echo $GO_PIPELINE_LABEL
|
||||
@ -31,11 +31,11 @@ jobs:
|
||||
env:
|
||||
GPG_KEYGRIP: ${{ vars.GPG_KEYGRIP }}
|
||||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||
GO_PIPELINE_LABEL: ${{ env.YEAR }}.${{ gitea.run_number }}_${{ env.SHA_SHORT }}
|
||||
GO_PIPELINE_LABEL: ${{ gitea.YEAR }}.${{ gitea.run_number }}_${{ env.SHA_SHORT }}
|
||||
- name: Upload AppImage
|
||||
run: ./tools/upload_gitea.sh
|
||||
env:
|
||||
GO_PIPELINE_LABEL: ${{ env.YEAR }}.${{ gitea.run_number }}_${{ env.SHA_SHORT }}
|
||||
GO_PIPELINE_LABEL: ${{ gitea.YEAR }}.${{ gitea.run_number }}_${{ gitea.SHA_SHORT }}
|
||||
UPLOAD_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
UPLOAD_USER: ${{ vars.GITEA_USER }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
Loading…
Reference in New Issue
Block a user