Merge branch 'fix/tauri-ci-env' of sarman/tftsr-devops_investigation into master

This commit is contained in:
Shaun Arman 2026-03-15 21:51:25 +00:00 committed by Gogs
commit 79a20001d0
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
Sun Mar 15 03:54:16 PM CDT 2026
Sun Mar 15 04:35:24 PM CDT 2026

View File

@ -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/