We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7372df8 commit 37a44d4Copy full SHA for 37a44d4
.github/workflows/release.yml
@@ -34,6 +34,6 @@ jobs:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
with:
36
upload_url: ${{ github.event.release.upload_url }}
37
- asset_path: build/libs/tickets-paper.jar
38
- asset_name: tickets-bukpaperkit.jar
39
- asset_content_type: application/java-archive
+ asset_path: plugin/build/libs/tickets-paper.jar
+ asset_name: tickets-paper.jar
+ asset_content_type: application/java-archive
0 commit comments