1
0
mirror of synced 2026-01-03 06:04:16 -05:00

Allow env var to expand with double quotes (#21667)

This commit is contained in:
James M. Greene
2021-09-22 17:41:58 -05:00
committed by GitHub
parent 979c3aaffa
commit bb4232c87a

View File

@@ -198,7 +198,7 @@ jobs:
env:
UPLOAD_URL: ${{ steps.build-source.outputs.upload_url }}
run: |
curl '$UPLOAD_URL' \
curl "$UPLOAD_URL" \
-X PUT \
-H 'Content-Type:' \
--data-binary @app.tar.gz