Skip to content

Commit bef646d

Browse files
author
Samir Boulema
committed
Curl use shorthand
1 parent 6b00ac4 commit bef646d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ jobs:
8484
- name: Publish to Open VSIX Gallery
8585
run: |
8686
curl \
87-
--location 'https://www.vsixgallery.com/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues' \
88-
--form 'file=@"/${{ github.workspace }}\NuGetMonitor\src\bin\release\NuGetMonitor.vsix"'
87+
-L 'https://www.vsixgallery.com/api/upload?repo=${{ env.repoUrl }}&issuetracker=${{ env.repoUrl }}/issues' \
88+
-F 'file=@"/${{ github.workspace }}\NuGetMonitor\src\bin\release\NuGetMonitor.vsix"'

0 commit comments

Comments
 (0)