We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aae000 commit 8dcb1deCopy full SHA for 8dcb1de
.github/workflows/gradle-release.yml
@@ -105,6 +105,6 @@ jobs:
105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106
with:
107
upload_url: ${{ steps.create_release.outputs.upload_url }}
108
- asset_path: ${{ steps.find_zip.outputs.ZIP_INSTALLATION_FILE }}
+ asset_path: ${{ steps.find_installation_zip.outputs.ZIP_INSTALLATION_FILE }}
109
asset_name: installation.zip
110
asset_content_type: application/zip
0 commit comments