diff --git a/.gitea/workflows/auto-tag.yml b/.gitea/workflows/auto-tag.yml index 03680170..c48edde7 100644 --- a/.gitea/workflows/auto-tag.yml +++ b/.gitea/workflows/auto-tag.yml @@ -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