Debug Release Workflow
Some checks failed
Run Tests on Code / run-tests (push) Successful in 7s
Build and Release Binary File / run-tests (push) Successful in 4s
Build and Release Binary File / build (push) Successful in 1m13s
Build and Release Binary File / upload-release (push) Failing after 32s

This commit is contained in:
Neshura 2023-11-17 08:47:07 +00:00
parent 195f88e297
commit 2b90bf3438

View file

@ -48,7 +48,7 @@ jobs:
- -
name: Debug Workflow name: Debug Workflow
run: | run: |
ls -la ./ ls -la ./bookworm-bot-linux-amd64
pwd pwd
- -
name: Upload Artifacts As Generic Packages name: Upload Artifacts As Generic Packages
@ -62,6 +62,6 @@ jobs:
with: with:
direction: upload direction: upload
url: https://forgejo.neshweb.net url: https://forgejo.neshweb.net
release-dir: ./ release-dir: ../
token: ${{ secrets.FORGEJO_TOKEN }} token: ${{ secrets.FORGEJO_TOKEN }}
tag: ${{ github.ref_name }} tag: ${{ github.ref_name }}