We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3468281 commit 6a26afdCopy full SHA for 6a26afd
.github/workflows/workflow.yml
@@ -76,8 +76,8 @@ jobs:
76
- name: Publish to Marketplace
77
uses: cezarypiatek/VsixPublisherAction@0.1
78
with:
79
- extension-file: TGit/bin/release/TGit.vsix
80
- publish-manifest-file: TSVN/publish-manifest.json
+ extension-file: TGit/TGit/bin/release/TGit.vsix
+ publish-manifest-file: TGit/publish-manifest.json
81
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
82
83
- name: Publish to Open VSIX Gallery
@@ -86,4 +86,4 @@ jobs:
86
host: 'www.vsixgallery.com'
87
path: '/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues'
88
https: true
89
- filePath: TGit/bin/release/TGit.vsix
+ filePath: TGit/TGit/bin/release/TGit.vsix
0 commit comments