mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-01-31 09:37:05 +01:00
Fix file path issue
This commit is contained in:
parent
1abf50f3a0
commit
f35f3ef9dc
2
.github/workflows/ci-win.yml
vendored
2
.github/workflows/ci-win.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user