Fix URL formatting in package push step of build workflow
All checks were successful
Build and push Archlinux package / build (push) Successful in 33s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 19:35:11 +02:00
parent 0b06d0b273
commit b37395e572
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -18,7 +18,7 @@ jobs:
- name: Push package
run: |
curl -X PUT \
https://${{ github.server_url }}/api/packages/${{ github.repository_owner }}/arch/os \
${{ github.server_url }}/api/packages/${{ github.repository_owner }}/arch/os \
--user ${{ vars.DOCKER_PUSH_USERNAME }}:${{ secrets.DOCKER_PUSH_PASSWORD }} \
--header "Content-Type: application/octet-stream" \
--data-binary '@./python-paho-mqtt.pkg.tar.zst'