Skip to content

Commit

Permalink
Curl use shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Boulema committed Jun 15, 2023
1 parent 6b00ac4 commit bef646d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
- name: Publish to Open VSIX Gallery
run: |
curl \
--location 'https://www.vsixgallery.com/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues' \
--form 'file=@"/${{ github.workspace }}\NuGetMonitor\src\bin\release\NuGetMonitor.vsix"'
-L 'https://www.vsixgallery.com/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues' \
-F 'file=@"/${{ github.workspace }}\NuGetMonitor\src\bin\release\NuGetMonitor.vsix"'

0 comments on commit bef646d

Please sign in to comment.