Skip to content

Commit

Permalink
fix: 🐛 fix vsix path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpinto8zz6 committed Jan 19, 2023
1 parent c450511 commit c8014d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
id: publishToOpenVSX
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
extensionFile: ./c-cpp-compile-run-*.vsix
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
extensionFile: ./c-cpp-compile-run-*.vsix
extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}

0 comments on commit c8014d2

Please sign in to comment.