Skip to content

Commit 6a26afd

Browse files
author
Samir Boulema
committed
ci: fix build
1 parent 3468281 commit 6a26afd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
- name: Publish to Marketplace
7777
uses: cezarypiatek/VsixPublisherAction@0.1
7878
with:
79-
extension-file: TGit/bin/release/TGit.vsix
80-
publish-manifest-file: TSVN/publish-manifest.json
79+
extension-file: TGit/TGit/bin/release/TGit.vsix
80+
publish-manifest-file: TGit/publish-manifest.json
8181
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
8282

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

0 commit comments

Comments
 (0)