Skip to content

Commit 37a44d4

Browse files
authored
fix: typo in workflow
1 parent 7372df8 commit 37a44d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
with:
3636
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
37+
asset_path: plugin/build/libs/tickets-paper.jar
38+
asset_name: tickets-paper.jar
39+
asset_content_type: application/java-archive

0 commit comments

Comments
 (0)