Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b8daniel authored Aug 29, 2022
1 parent d553c79 commit f157a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
)
curl --request POST \
--url "$(echo "$draft_info" | jq --raw-output '.upload_url' | sed 's/{.*}$/?name=paintball-16.jar/')" \
--url "$(echo "$draft_info" | jq --raw-output '.upload_url' | sed 's/{.*}$/?name=paintball-19.jar/')" \
--header 'Accept: application/vnd.github.v3+json' \
--header 'Authorization: Bearer ${{ github.token }}' \
--header 'Content-Type: application/java-archive' \
Expand Down

0 comments on commit f157a5a

Please sign in to comment.