From bf67b953f16d170e380150c99e79b5fdb525eab4 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Mon, 21 Aug 2023 14:23:59 -0400 Subject: [PATCH] Testing windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06fc2b75d..c9a13e2da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: TAURI_CONF: src-tauri/tauri.conf.json run: | echo "$(jq '.tauri.updater.active=true' $TAURI_CONF --indent 2)" > $TAURI_CONF - cat $TAURI_CONF + echo "$(jq '.tauri.updater.active=true' $TAURI_CONF --indent 2)" - name: Build the app for the current platform (no upload) uses: tauri-apps/tauri-action@v0