(fix): workflows
Some checks failed
/ build-desktop (linux) (push) Failing after 4m16s
/ build-web (push) Failing after 4m27s
/ build-mobile (push) Failing after 7m4s
/ release (push) Has been skipped

(feat): update mtp
This commit is contained in:
Alois 2026-07-05 22:19:03 +02:00
commit f3ecb8f3dd
5 changed files with 13 additions and 17 deletions

View file

@ -157,11 +157,8 @@ jobs:
run: |
nix develop .#electron --command bash <<'EOF'
set -euo pipefail
SEVEN_ZIP_DIR="$(mktemp -d)"
mkdir -p "$SEVEN_ZIP_DIR/bin"
ln -s "$(command -v 7za)" "$SEVEN_ZIP_DIR/bin/7za"
cd apps/electron
pnpm run package:raw -- -c.toolsets.sevenZip.url="file://$SEVEN_ZIP_DIR"
pnpm run package:raw
EOF
- name: Upload desktop artifacts