From 8dcb1de7363746547e60ac5da7bc0cf69af5c4e1 Mon Sep 17 00:00:00 2001 From: pavel-stastny Date: Mon, 12 Aug 2024 22:25:01 +0200 Subject: [PATCH] githubactions - release --- .github/workflows/gradle-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-release.yml b/.github/workflows/gradle-release.yml index 92b3da4a2..5130c305b 100644 --- a/.github/workflows/gradle-release.yml +++ b/.github/workflows/gradle-release.yml @@ -105,6 +105,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ${{ steps.find_zip.outputs.ZIP_INSTALLATION_FILE }} + asset_path: ${{ steps.find_installation_zip.outputs.ZIP_INSTALLATION_FILE }} asset_name: installation.zip asset_content_type: application/zip \ No newline at end of file