Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 30817f2

Browse files
committed
fix: fix wrong curl command
1 parent 39c32fa commit 30817f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
-H "Accept: application/vnd.github+json" \
4545
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
4646
-H "Content-Type: application/vsix" \
47-
--data-binary "@vscode-qt-for-python-${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.vsix"
47+
--data-binary "@vscode-qt-for-python-${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.vsix" \
4848
"${{ steps.release.outputs.upload_url }}?name=vscode-qt-for-python-${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.vsix"

0 commit comments

Comments
 (0)