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

Commit

Permalink
fix: use parenthesis to concat URL
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Jul 30, 2022
1 parent e7dcc2e commit 94e74ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Content-Type: application/vsix" \
--data-binary "@vscode-qt-for-python-${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.vsix" \
"$(URL)?name=vscode-qt-for-python-${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.vsix"
"${URL}?name=vscode-qt-for-python-${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.vsix"
3 changes: 3 additions & 0 deletions temp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
STR="a {b}"
REMOVED=$(echo $STR | sed "s/[{][^)]*[}]//g")
echo "${REMOVED}?name=vscode-qt-for-python-"

0 comments on commit 94e74ab

Please sign in to comment.