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 b72c8f6 commit c76b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
for file in build/libs/*.jar; do
echo "Uploading $file"
echo "${{ steps.create_release.outputs.upload_url }}?name=$(basename $file)"
echo "${{ steps.create_release.outputs.upload_url }}=$(basename $file)"
curl \
-X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
Expand Down

0 comments on commit c76b50f

Please sign in to comment.