Debug Release Workflow
Some checks failed
Some checks failed
This commit is contained in:
parent
2b90bf3438
commit
d28be84001
1 changed files with 3 additions and 2 deletions
|
@ -54,14 +54,15 @@ jobs:
|
|||
name: Upload Artifacts As Generic Packages
|
||||
run: |
|
||||
curl --user ${{ secrets.FORGEJO_USERNAME }}:${{ secrets.FORGEJO_TOKEN }} \
|
||||
--upload-file bookworm-bot-linux-amd64 \
|
||||
--upload-file bookworm-bot-linux-amd64/bookworm-bot-linux-amd64 \
|
||||
https://forgejo.neshweb.net/api/packages/${{ secrets.FORGEJO_USERNAME }}/generic/ascendance-of-a-bookworm/${{ github.ref_name }}/bookworm-bot-linux-amd64
|
||||
|
||||
-
|
||||
name: Release New Version
|
||||
uses: actions/forgejo-release@v1
|
||||
with:
|
||||
direction: upload
|
||||
url: https://forgejo.neshweb.net
|
||||
release-dir: ../
|
||||
release-dir: ./bookworm-bot-linux-amd64/
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
tag: ${{ github.ref_name }}
|
||||
|
|
Loading…
Reference in a new issue