Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed May 30, 2024
1 parent 614b6ce commit 3a8896e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
repo="${REPO_FULL_NAME##*/}"
url="https://dl.packager.io/api/orgs/${org}/repos/${repo}/packages"
echo "Pushing to ${url}..."
curl -u "${{ inputs.token }}" -i -X POST "${url}" \
curl --fail-with-body -u "${{ inputs.token }}" -i -X POST "${url}" \
-F "artefact=@${{ inputs.artefact }}" \
-F "targets[]=${TARGET/://}" \
-F "channels[]=$CHANNEL"

0 comments on commit 3a8896e

Please sign in to comment.