Add whitespace
Some checks failed
Run Tests on Code / run-tests (push) Successful in 11s
Build and release binary file and packages / test (push) Successful in 11s
Build and release binary file and packages / build (push) Failing after 24s
Build and release binary file and packages / upload-release (push) Has been skipped
Some checks failed
Run Tests on Code / run-tests (push) Successful in 11s
Build and release binary file and packages / test (push) Successful in 11s
Build and release binary file and packages / build (push) Failing after 24s
Build and release binary file and packages / upload-release (push) Has been skipped
This commit is contained in:
parent
9b47a6dbac
commit
f8f6737ae6
1 changed files with 1 additions and 1 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 }} \
|
||||
|
|
Loading…
Reference in a new issue