From 5140ad573bdc54143e36ce07ed229436f3606484 Mon Sep 17 00:00:00 2001 From: Abdenasser Date: Fri, 8 Nov 2024 18:44:57 +0100 Subject: [PATCH] improve build check's tauri build command --- .github/workflows/build-check.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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