Fix file path issue

This commit is contained in:
Marquis Kurt 2019-12-23 12:27:45 -05:00
parent 1abf50f3a0
commit f35f3ef9dc
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
node-version: 10.x
- name: Modify config.json
run: |
((Get-Content -Path .\public\config,json -Raw) -replace '/\"location\"?: \"https?:\/\/([A-Za-z0-9.]+)\",/g','\"location\": \"desktop\",') | Set-Content -Path .\public\config.json
((Get-Content -Path .\public\config.json -Raw) -replace '/\"location\"?: \"https?:\/\/([A-Za-z0-9.]+)\",/g','\"location\": \"desktop\",') | Set-Content -Path .\public\config.json
shell: powershell
- name: Install dependencies and build
run: |