Aggiorna .forgejo/workflows/build.yml
All checks were successful
Build and Publish Debian Package / build (push) Successful in 39s
All checks were successful
Build and Publish Debian Package / build (push) Successful in 39s
This commit is contained in:
parent
409ad256f0
commit
063ea9b64b
1 changed files with 1 additions and 1 deletions
|
@ -71,5 +71,5 @@ jobs:
|
|||
PACKAGE_NAME="magicfw_${VERSION}_amd64.deb" # Update version accordingly
|
||||
|
||||
curl --user "your_username:$FORGEJO_TOKEN" \
|
||||
--upload-file ../${PACKAGE_NAME} \
|
||||
--upload-file ./${PACKAGE_NAME} \
|
||||
"https://git.marcorealacci.me/api/packages/${{ github.repository_owner }}/debian/pool/${{env.DISTRIBUTION}}/${{env.COMPONENT}}/upload"
|
Loading…
Add table
Add a link
Reference in a new issue