From 6e4fa36d5ddf9fab4d01b992ac17c21c2d7d5c0a Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Fri, 17 May 2024 18:16:10 +0200 Subject: [PATCH] Correct the release asset name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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