From bf7f14b3873f561f53697636b9840a05cde2ab1a Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 15 Mar 2026 16:34:04 -0500 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20set=20CI=3Dtrue=20for=20cargo=20taur?= =?UTF-8?q?i=20build=20=E2=80=94=20Woodpecker=20sets=20CI=3Dwoodpecker=20w?= =?UTF-8?q?hich=20Tauri=20CLI=20rejects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/release.yml b/.woodpecker/release.yml index a5f2fa3f..b3a13887 100644 --- a/.woodpecker/release.yml +++ b/.woodpecker/release.yml @@ -23,7 +23,7 @@ pipeline: - npm ci --legacy-peer-deps - rustup target add $TARGET - cargo install tauri-cli --version "^2" --locked - - cargo tauri build --target $TARGET + - CI=true cargo tauri build --target $TARGET - mkdir -p /artifacts/linux-amd64 - find src-tauri/target/$TARGET/release/bundle -name "*.deb" -o -name "*.rpm" -o -name "*.AppImage" | xargs -I{} cp {} /artifacts/linux-amd64/ @@ -40,7 +40,7 @@ pipeline: - npm ci --legacy-peer-deps - rustup target add $TARGET - cargo install tauri-cli --version "^2" --locked - - cargo tauri build --target $TARGET + - CI=true cargo tauri build --target $TARGET - mkdir -p /artifacts/linux-arm64 - find src-tauri/target/$TARGET/release/bundle -name "*.deb" -o -name "*.AppImage" | xargs -I{} cp {} /artifacts/linux-arm64/ From 1bf0a6b111845fd0ae3eedced440cfe5aa1f3086 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 15 Mar 2026 16:35:24 -0500 Subject: [PATCH 2/2] ci: re-trigger test pipeline for PR review --- .woodpecker/README_CI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/README_CI.md b/.woodpecker/README_CI.md index efb2725e..8f79e33d 100644 --- a/.woodpecker/README_CI.md +++ b/.woodpecker/README_CI.md @@ -1 +1 @@ -Sun Mar 15 03:54:16 PM CDT 2026 +Sun Mar 15 04:35:24 PM CDT 2026