Skip to content

Commit

Permalink
Update Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PolymorphicAgent committed Dec 6, 2024
1 parent 5dd76f7 commit 2434800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
echo "Uploading $file"
upload_url="${{ steps.create_release.outputs.upload_url }}"
upload_url="${upload_url%\{*}?name=$(basename "$file")"
echo "Formatted upload URL: $upload_url"
curl \
-X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
Expand Down

0 comments on commit 2434800

Please sign in to comment.