This commit is contained in:
parent
cbab7703ef
commit
9b47a6dbac
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ jobs:
|
|||
https://forgejo.neshweb.net/api/packages/${{ secrets.FORGEJO_USERNAME }}/generic/${{ github.event.repository.name }}/${{ github.ref_name }}/chellaris-rust-api-linux-amd64
|
||||
-
|
||||
name: Upload Debian Package to main
|
||||
if: !search(github.ref_name, '-rc')
|
||||
if: !search(${{ github.ref_name }}, '-rc')
|
||||
run: |
|
||||
source release_blobs/build.env
|
||||
echo 'curl -v --user ${{ secrets.FORGEJO_USERNAME }}:${{ secrets.FORGEJO_TOKEN }} \
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
|||
https://forgejo.neshweb.net/api/packages/${{ secrets.FORGEJO_USERNAME }}/debian/pool/bookworm/main/upload
|
||||
-
|
||||
name: Upload Debian Package to staging
|
||||
if: search(github.ref_name, '-rc')
|
||||
if: search(${{ github.ref_name }}, '-rc')
|
||||
run: |
|
||||
source release_blobs/build.env
|
||||
echo 'curl -v --user ${{ secrets.FORGEJO_USERNAME }}:${{ secrets.FORGEJO_TOKEN }} \
|
||||
|
|
Loading…
Reference in a new issue