diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index ff56907..2c49b9b 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -26,8 +26,7 @@ jobs: dump(json_dict, out) shell: python - name: Verify changes - run: (Get-Content -Path .\public\config.json -Raw) -match "location" - shell: powershell + run: cat public/config.json | grep 'location' - name: Install dependencies and build run: | npm install