fix(ci): add APPIMAGE_EXTRACT_AND_RUN to build-linux-amd64 #37

Merged
sarman merged 1 commits from fix/appimage-extract-and-run into master 2026-04-13 02:16:45 +00:00

View File

@ -158,6 +158,8 @@ jobs:
restore-keys: |
${{ runner.os }}-npm-
- name: Build
env:
APPIMAGE_EXTRACT_AND_RUN: "1"
run: |
npm ci --legacy-peer-deps
CI=true npx tauri build --target x86_64-unknown-linux-gnu