Skip to content

Commit

Permalink
Update gradle-release.yml with new artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsivaja authored Jan 2, 2024
1 parent 31e5a55 commit afecce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.GITHUB_BUILDVERSION }}
release_name: Java IP Codec v${{ env.GITHUB_BUILDVERSION }}
release_name: Java IP Codec Suite v${{ env.GITHUB_BUILDVERSION }}
draft: false
prerelease: false

Expand All @@ -51,6 +51,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/libs/JavaIpCodec-${{ env.GITHUB_BUILDVERSION }}.jar
asset_name: JavaIpCodec-${{ env.GITHUB_BUILDVERSION }}.jar
asset_path: ./build/libs/jipcs-${{ env.GITHUB_BUILDVERSION }}.jar
asset_name: jipcs-${{ env.GITHUB_BUILDVERSION }}.jar
asset_content_type: application/java-archive

0 comments on commit afecce7

Please sign in to comment.