Update build-debian.yml
All checks were successful
Build Debian package / build-and-push-image (push) Successful in 44s

This commit is contained in:
Marco Realacci 2024-05-15 21:36:34 +02:00 committed by GitHub
parent 6dd0b13235
commit 6bfbe68d3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,4 +29,4 @@ jobs:
run: dpkg-buildpackage -us -uc -b --target-arch amd64
- name: Push to registry
run: curl --user ${{ github.actor }}:${{secrets.REGISTRY_TOKEN}} --upload-file $(ls *.deb) https://git.marcorealacci.me/api/packages/packages/debian/pool/${{env.DISTRIBUTION}}/${{env.COMPONENT}}/upload
run: curl --user ${{ github.actor }}:${{secrets.REGISTRY_TOKEN}} --upload-file ../$(ls *.deb) https://git.marcorealacci.me/api/packages/packages/debian/pool/${{env.DISTRIBUTION}}/${{env.COMPONENT}}/upload