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 387c959 commit 50e1ae6Copy full SHA for 50e1ae6
.github/workflows/release.yml
@@ -44,6 +44,6 @@ jobs:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
with:
46
upload_url: ${{ steps.create_release.outputs.upload_url }}
47
- asset_path: '${{ github.workspace }}/build/distributions/com.redhat.devtools.intellij.tekton-${{ steps.get_version.outputs.VERSION }}.zip'
+ asset_path: '${{ github.workspace }}/build/distributions/com.redhat.devtools.intellij.analytics-${{ steps.get_version.outputs.VERSION }}.zip'
48
asset_name: 'Dependency-Analytics-${{ steps.get_version.outputs.VERSION }}.zip'
49
asset_content_type: application/zip
0 commit comments