From 6a26afd582260e11868010f945a5feb43badb5fb Mon Sep 17 00:00:00 2001 From: Samir Boulema Date: Tue, 26 Oct 2021 14:55:32 +0200 Subject: [PATCH] ci: fix build --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6ba89b4..9eb2d92 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 @@ -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 \ No newline at end of file + filePath: TGit/TGit/bin/release/TGit.vsix \ No newline at end of file