diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88f1051..8c906b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: build/distributions/hellojpro-gradle-jpro.zip + asset_path: build/distributions/HelloJPro-jpro.zip asset_name: Hello-JPro.zip asset_content_type: application/zip \ No newline at end of file