Skip to content

Commit

Permalink
Fix error in path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Mar 4, 2024
1 parent 0a29335 commit b5ce4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Publish to Open VSIX Gallery - VS2019
run: |
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"'
- name: Publish to Open VSIX Gallery - VS2022
run: |
Expand Down

0 comments on commit b5ce4c7

Please sign in to comment.