diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 1cf1952..4322e8f 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -78,4 +78,8 @@ jobs: run: npm ci - name: Build Application - run: npm run tauri build \ No newline at end of file + run: | + npm run tauri build -- \ + --target x86_64-unknown-linux-gnu \ + --bundles none \ + --ci \ No newline at end of file