Skip to content

Commit

Permalink
Quote expression
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Dec 28, 2020
1 parent 8c620ba commit 9eca39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
run: git checkout -b ${{ steps.get_branch.outputs.result }}
- name: Create add-on url
run: |
((Get-Content get.php -Raw) -Replace '\"rf\".*,', '\"rf\" >= \"${{ buildAndUpload.upload.browser_download_url }}\",') | Set-Content -path get.php
"((Get-Content get.php -Raw) -Replace '"rf".*,', '"rf" >= "${{ buildAndUpload.upload.browser_download_url }}",') | Set-Content -path get.php"

0 comments on commit 9eca39a

Please sign in to comment.