Skip to content

Commit

Permalink
Fix download output
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Mar 15, 2024
1 parent 6875ab6 commit 1d32fa5
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 @@ -19,12 +19,12 @@ jobs:
with:
latest: true
fileName: conan-vs-extension.vsix
out-file-path: conan-vs-extension.vsix
out-file-path: output
extract: false
token: ${{ secrets.GITHUB_TOKEN }}
- name: Visual Studio Marketplace Publisher
uses: CalvinAllen/action-vs-marketplace-publish@v1
with:
marketplace-pat: ${{ secrets.vs_marketplace_pat }} # Personal Access Token to upload to the VS Marketplace
publish-manifest-path: vsixManifest.json
vsix-path: conan-vs-extension.vsix
vsix-path: output/conan-vs-extension.vsix

0 comments on commit 1d32fa5

Please sign in to comment.