Skip to content

Commit

Permalink
fix: uplaod release
Browse files Browse the repository at this point in the history
  • Loading branch information
alesbrelih committed Mar 24, 2024
1 parent 904ed2f commit eadd503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
-X POST \
-H "Authorization: token ${{ secrets.PAT }}" \
-H "Content-Type: application/octet-stream" \
--data-binary @"$file" \
-F "file=@${file}" \
"${{ steps.create_release.outputs.upload_url }}?name=$(basename "$file")"
done
shell: bash

0 comments on commit eadd503

Please sign in to comment.