Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lumynou5 committed May 1, 2023
1 parent a31accf commit fcbdf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
GITHUB_TOKEN: ${{github.token}}
with:
upload_url: ${{steps.release.outputs.upload-url}}
asset_name: 1.19.1
asset_name: 1.19.1.jar
asset_path: build/libs/*.jar

0 comments on commit fcbdf7a

Please sign in to comment.