diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 7507684..dbc67a7 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -14,7 +14,7 @@ jobs: node-version: 10.x - name: Modify config.json run: | - sed -i "s/$(cat public/config.json | grep "location")/\"location\": \"desktop"/g" public/config.json; + sed -i "s#$(cat public/config.json | grep "location")/\"location\": \"desktop"#g" public/config.json; - name: Install dependencies and build run: | npm install