Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Boulema committed Oct 26, 2021
1 parent 3468281 commit 6a26afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
- name: Publish to Marketplace
uses: cezarypiatek/VsixPublisherAction@0.1
with:
extension-file: TGit/bin/release/TGit.vsix
publish-manifest-file: TSVN/publish-manifest.json
extension-file: TGit/TGit/bin/release/TGit.vsix
publish-manifest-file: TGit/publish-manifest.json
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}

- name: Publish to Open VSIX Gallery
Expand All @@ -86,4 +86,4 @@ jobs:
host: 'www.vsixgallery.com'
path: '/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues'
https: true
filePath: TGit/bin/release/TGit.vsix
filePath: TGit/TGit/bin/release/TGit.vsix

0 comments on commit 6a26afd

Please sign in to comment.