Skip to content

Commit

Permalink
Put curl command into double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelva committed Dec 27, 2024
1 parent b15e4c2 commit 8bf6a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
curl -u ${{ secrets.CONNECT_USER }}:${{ secrets.CONNECT_TOKEN }} \
-F package=@staging/package.zip \
https://connect.nuxeo.com/nuxeo/site/marketplace/upload?batch=true&${{ vars.MP_OWNER }}
"https://connect.nuxeo.com/nuxeo/site/marketplace/upload?batch=true&supported=false&${{ vars.MP_OWNER }}"
curl -u ${{ secrets.CONNECT_USER }}:${{ secrets.CONNECT_TOKEN }} \
-F package=@staging/package.zip \
https://nos-preprod-connect.nuxeocloud.com/nuxeo/site/marketplace/upload?batch=true&${{ vars.MP_OWNER }}
"https://nos-preprod-connect.nuxeocloud.com/nuxeo/site/marketplace/upload?batch=true&supported=false&${{ vars.MP_OWNER }}"

0 comments on commit 8bf6a02

Please sign in to comment.