Debug Release Workflow
All checks were successful
Run Tests on Code / run-tests (push) Successful in 6s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 6s
This commit is contained in:
parent
5ea18fa900
commit
d0dccfe946
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue