Skip to content

Commit 50e1ae6

Browse files
authored
chore: Fix release workflow (#40)
Signed-off-by: Jeff MAURY <[email protected]>
1 parent 387c959 commit 50e1ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:
4646
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'
47+
asset_path: '${{ github.workspace }}/build/distributions/com.redhat.devtools.intellij.analytics-${{ steps.get_version.outputs.VERSION }}.zip'
4848
asset_name: 'Dependency-Analytics-${{ steps.get_version.outputs.VERSION }}.zip'
4949
asset_content_type: application/zip

0 commit comments

Comments
 (0)