Aggiorna .forgejo/workflows/build-debian.yml
All checks were successful
Build Debian package / build-and-push-image (push) Successful in 1m49s

This commit is contained in:
Marco Realacci 2024-07-10 00:05:52 +02:00
parent abebaa3301
commit 902ba704df

View file

@ -29,4 +29,4 @@ jobs:
run: ./ripe-atlas-software-probe/build-config/debian/bin/make-deb run: ./ripe-atlas-software-probe/build-config/debian/bin/make-deb
- name: Push to registry - 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