Move to env for windows
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -111,8 +111,9 @@ jobs:
|
|||||||
run: yarn fmt
|
run: yarn fmt
|
||||||
|
|
||||||
- name: Set tauri.updater.active to true
|
- name: Set tauri.updater.active to true
|
||||||
|
env:
|
||||||
|
TAURI_CONF: src-tauri/tauri.conf.json
|
||||||
run: |
|
run: |
|
||||||
TAURI_CONF=src-tauri/tauri.conf.json
|
|
||||||
echo "$(jq '.tauri.updater.active=true' $TAURI_CONF --indent 2)" > $TAURI_CONF
|
echo "$(jq '.tauri.updater.active=true' $TAURI_CONF --indent 2)" > $TAURI_CONF
|
||||||
cat $TAURI_CONF
|
cat $TAURI_CONF
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user