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

This commit is contained in:
Marco Realacci 2024-05-15 21:39:23 +02:00 committed by GitHub
parent 6bfbe68d3b
commit 9f080931ea
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