Debug Release Workflow
All checks were successful
Run Tests on Code / run-tests (push) Successful in 6s

This commit is contained in:
Neshura 2023-11-17 09:11:09 +00:00
parent 5ea18fa900
commit d0dccfe946

View file

@ -52,10 +52,11 @@ jobs:
pwd
-
name: Upload Artifacts As Generic Packages
run: >
curl --user ${{ secrets.FORGEJO_USERNAME }}:${{ secrets.FORGEJO_TOKEN }}
--upload-file /workspace/${{ secrets.FORGEJO_USERNAME }}/${{ github.event.repository.name }}/bookworm-bot-linux-amd64/bookworm-bot-linux-amd64
run: |
curl --user ${{ secrets.FORGEJO_USERNAME }}:${{ secrets.FORGEJO_TOKEN }} \
--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
echo Uploaded Artifact to Package Registry
-
name: Release New Version
uses: actions/forgejo-release@v1