Aggiorna .forgejo/workflows/build.yml
Some checks failed
Build and Publish Debian Package / build (push) Failing after 37s
Some checks failed
Build and Publish Debian Package / build (push) Failing after 37s
This commit is contained in:
parent
2ad4a88382
commit
409ad256f0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
PACKAGE_NAME="@magicfw_${VERSION}_amd64.deb" # Update version accordingly
|
PACKAGE_NAME="magicfw_${VERSION}_amd64.deb" # Update version accordingly
|
||||||
|
|
||||||
curl --user "your_username:$FORGEJO_TOKEN" \
|
curl --user "your_username:$FORGEJO_TOKEN" \
|
||||||
--upload-file ../${PACKAGE_NAME} \
|
--upload-file ../${PACKAGE_NAME} \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue