From bf7f14b3873f561f53697636b9840a05cde2ab1a Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 15 Mar 2026 16:34:04 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20set=20CI=3Dtrue=20for=20cargo=20tauri=20?= =?UTF-8?q?build=20=E2=80=94=20Woodpecker=20sets=20CI=3Dwoodpecker=20which?= =?UTF-8?q?=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/