Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjsah committed Mar 18, 2022
1 parent ac174f1 commit 2381018
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 @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: build/${{ steps.getjar.outputs.jarname }}
asset_path: build/libs/${{ steps.getjar.outputs.jarname }}
asset_name: ${{ steps.getjar.outputs.jarname }}
asset_content_type: application/java-archive
- name: Publish to maven
Expand Down

0 comments on commit 2381018

Please sign in to comment.