File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,21 +86,21 @@ jobs:
8686 - name : Publish to Marketplace - VS2019
8787 uses :
cezarypiatek/[email protected] 8888 with :
89- extension-file : CodeNav/CodeNav.VS2019/bin/release/CodeNav.VS2019.vsix
89+ extension-file : CodeNav/CodeNav/CodeNav .VS2019/bin/release/CodeNav.VS2019.vsix
9090 publish-manifest-file : CodeNav/publish-manifest.VS2019.json
9191 personal-access-code : ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
9292
9393 - name : Publish to Marketplace - VS2022
9494 uses :
cezarypiatek/[email protected] 9595 with :
96- extension-file : CodeNav/CodeNav.VS2022/bin/release/CodeNav.VS2022.vsix
96+ extension-file : CodeNav/CodeNav/CodeNav .VS2022/bin/release/CodeNav.VS2022.vsix
9797 publish-manifest-file : CodeNav/publish-manifest.VS2022.json
9898 personal-access-code : ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
9999
100100 - name : Publish to Open VSIX Gallery - VS2019
101101 run : |
102- curl -L 'https://www.vsixgallery.com/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues' -F 'file=@"CodeNav/CodeNav.VS2019/bin/release/CodeNav.VS2019.vsix"'
102+ curl -L 'https://www.vsixgallery.com/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues' -F 'file=@"CodeNav/CodeNav/CodeNav .VS2019/bin/release/CodeNav.VS2019.vsix"'
103103
104104 - name : Publish to Open VSIX Gallery - VS2022
105105 run : |
106- curl -L 'https://www.vsixgallery.com/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues' -F 'file=@"CodeNav/CodeNav.VS2022/bin/release/CodeNav.VS2022.vsix"'
106+ curl -L 'https://www.vsixgallery.com/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues' -F 'file=@"CodeNav/CodeNav/CodeNav .VS2022/bin/release/CodeNav.VS2022.vsix"'
You can’t perform that action at this time.
0 commit comments