Move to env for windows

This commit is contained in:
Pierre Jacquier
2023-08-21 13:57:38 -04:00
parent 73eeb86581
commit aabe8cecee

View File

@ -111,8 +111,9 @@ jobs:
run: yarn fmt
- name: Set tauri.updater.active to true
env:
TAURI_CONF: src-tauri/tauri.conf.json
run: |
TAURI_CONF=src-tauri/tauri.conf.json
echo "$(jq '.tauri.updater.active=true' $TAURI_CONF --indent 2)" > $TAURI_CONF
cat $TAURI_CONF