Aggiorna .forgejo/workflows/build.yml
All checks were successful
Build and Publish Debian Package / build (push) Successful in 39s

This commit is contained in:
Marco Realacci 2025-03-15 02:50:36 +01:00
parent 409ad256f0
commit 063ea9b64b

View file

@ -71,5 +71,5 @@ jobs:
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} \
"https://git.marcorealacci.me/api/packages/${{ github.repository_owner }}/debian/pool/${{env.DISTRIBUTION}}/${{env.COMPONENT}}/upload" "https://git.marcorealacci.me/api/packages/${{ github.repository_owner }}/debian/pool/${{env.DISTRIBUTION}}/${{env.COMPONENT}}/upload"