Fix URL formatting in package push step of build workflow
All checks were successful
Build and push Archlinux package / build (push) Successful in 33s
All checks were successful
Build and push Archlinux package / build (push) Successful in 33s
This commit is contained in:
parent
0b06d0b273
commit
b37395e572
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue