Skip to content

Commit

Permalink
Correct the release asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed May 6, 2024
1 parent 341a5bf commit 57d1f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: build/distributions/HelloJPro-jpro.zip
asset_name: Hello-JPro.zip
asset_path: build/distributions/hellojpro-gradle-jpro.zip
asset_name: hellojpro-gradle-jpro.zip
asset_content_type: application/zip

0 comments on commit 57d1f68

Please sign in to comment.