We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ea46e commit a8d8f6dCopy full SHA for a8d8f6d
.github/workflows/release.yml
@@ -45,6 +45,6 @@ jobs:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
with:
47
upload_url: ${{ steps.create_release.outputs.upload_url }}
48
- asset_path: ./omnetpp-ned-${{ env.VERSION }}.vsix
49
- asset_name: omnetpp-ned-${{ env.VERSION }}.vsix
+ asset_path: ./omnetpp-vscode-${{ env.VERSION }}.vsix
+ asset_name: omnetpp-vscode-${{ env.VERSION }}.vsix
50
asset_content_type: application/vsix
0 commit comments