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

This commit is contained in:
Neshura 2023-11-17 09:05:34 +00:00
parent 82efecded4
commit 5ea18fa900

View file

@ -54,7 +54,7 @@ jobs:
name: Upload Artifacts As Generic Packages name: Upload Artifacts As Generic Packages
run: > run: >
curl --user ${{ secrets.FORGEJO_USERNAME }}:${{ secrets.FORGEJO_TOKEN }} curl --user ${{ secrets.FORGEJO_USERNAME }}:${{ secrets.FORGEJO_TOKEN }}
--upload-file bookworm-bot-linux-amd64/bookworm-bot-linux-amd64 --upload-file /workspace/${{ secrets.FORGEJO_USERNAME }}/${{ github.event.repository.name }}/bookworm-bot-linux-amd64/bookworm-bot-linux-amd64
https://forgejo.neshweb.net/api/packages/${{ secrets.FORGEJO_USERNAME }}/generic/${{ github.event.repository.name }}/${{ github.ref_name }}/bookworm-bot-linux-amd64 https://forgejo.neshweb.net/api/packages/${{ secrets.FORGEJO_USERNAME }}/generic/${{ github.event.repository.name }}/${{ github.ref_name }}/bookworm-bot-linux-amd64
- -
name: Release New Version name: Release New Version