Skip to content

Commit

Permalink
ci: fixed extension filename
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Jan 8, 2025
1 parent b1ea46e commit a8d8f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./omnetpp-ned-${{ env.VERSION }}.vsix
asset_name: omnetpp-ned-${{ env.VERSION }}.vsix
asset_path: ./omnetpp-vscode-${{ env.VERSION }}.vsix
asset_name: omnetpp-vscode-${{ env.VERSION }}.vsix
asset_content_type: application/vsix

0 comments on commit a8d8f6d

Please sign in to comment.