diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 41cf474..7507684 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -14,9 +14,7 @@ jobs: node-version: 10.x - name: Modify config.json run: | - replacer=$(cat public/config.json | grep "location") - echo $replacer - sed -i "s/$replacer/\"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