Merge branch 'fix/tauri-ci-env' of sarman/tftsr-devops_investigation into master
This commit is contained in:
commit
79a20001d0
@ -1 +1 @@
|
||||
Sun Mar 15 03:54:16 PM CDT 2026
|
||||
Sun Mar 15 04:35:24 PM CDT 2026
|
||||
|
||||
@ -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/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user