Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHecht committed May 14, 2024
1 parent 1625157 commit 5c9af9d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ jobs:
TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to tag this upload as a Release Asset.
asset_path: ./build/libs/showscript.jar # TODO: Replace with the path to your .jar file
asset_name: ShowScript.jar # TODO: Replace with the desired asset name
asset_content_type: application/java-archive
files: build/libs/showscript.jar

0 comments on commit 5c9af9d

Please sign in to comment.