Skip to content

Commit

Permalink
fix: escaping json
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyLeonic committed Mar 2, 2024
1 parent 45d4244 commit f3b39e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-game-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Create staticwebapp.config.json
run: |
cd build/
echo ${{ vars.STATIC_WEB_APP_CONFIG }} > staticwebapp.config.json
echo "${{ vars.STATIC_WEB_APP_CONFIG }}" > staticwebapp.config.json
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit f3b39e7

Please sign in to comment.