uploading debugging
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 1m11s

This commit is contained in:
Markus Rosenstihl 2023-12-06 15:24:36 +01:00
parent 4afa7a37ca
commit 53349d7764

View File

@ -30,7 +30,9 @@ jobs:
- name: Build AppImage
run: ./tools/build.sh
- name: Upload AppImage
run: ./tools/upload_gitea.sh
run: |
ls
./tools/upload_gitea.sh
env:
GO_PIPELINE_LABEL: ${{ gitea.event.repository.updated_at}}_${{ gitea.sha }}
UPLOAD_TOKEN: ${{ vars.GITEA_TOKEN }}