Debug Release Workflow

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
run: >
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
-
name: Release New Version