Skip to content

Commit 8dcb1de

Browse files
committed
githubactions - release
1 parent 3aae000 commit 8dcb1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ jobs:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106
with:
107107
upload_url: ${{ steps.create_release.outputs.upload_url }}
108-
asset_path: ${{ steps.find_zip.outputs.ZIP_INSTALLATION_FILE }}
108+
asset_path: ${{ steps.find_installation_zip.outputs.ZIP_INSTALLATION_FILE }}
109109
asset_name: installation.zip
110110
asset_content_type: application/zip

0 commit comments

Comments
 (0)