Skip to content

Commit a8d8f6d

Browse files
committed
ci: fixed extension filename
1 parent b1ea46e commit a8d8f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:
4747
upload_url: ${{ steps.create_release.outputs.upload_url }}
48-
asset_path: ./omnetpp-ned-${{ env.VERSION }}.vsix
49-
asset_name: omnetpp-ned-${{ env.VERSION }}.vsix
48+
asset_path: ./omnetpp-vscode-${{ env.VERSION }}.vsix
49+
asset_name: omnetpp-vscode-${{ env.VERSION }}.vsix
5050
asset_content_type: application/vsix

0 commit comments

Comments
 (0)