Skip to content

Commit

Permalink
fix: typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolai authored Nov 2, 2023
1 parent 7372df8 commit 37a44d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: build/libs/tickets-paper.jar
asset_name: tickets-bukpaperkit.jar
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 comments on commit 37a44d4

Please sign in to comment.