From aabe8cecee332ef46a42a836eca7ca657cb69730 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Mon, 21 Aug 2023 13:57:38 -0400 Subject: [PATCH] Move to env for windows --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad274b62d..06fc2b75d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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