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 0a29335 commit b5ce4c7Copy full SHA for b5ce4c7
.github/workflows/workflow.yml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Publish to Open VSIX Gallery - VS2019
97
run: |
98
- curl -L 'https://www.vsixgallery.com/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues' -F 'file=@"CodeNav/CodeNav.VS2022/bin/release/CodeNav.VS2019.vsix"'
+ 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"'
99
100
- name: Publish to Open VSIX Gallery - VS2022
101
0 commit comments