From b5f65e382fac8ad2f4ec607078895c981171e884 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 6 Jan 2023 07:04:49 +0800 Subject: [PATCH] test build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35f285b..7880a71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: - name: build tauri for Linux uses: teaxyz/setup@v0 - if: matrix.platform.name == 'linux+x86-64' || matrix.platform.name == 'darwin+aarch64' + if: matrix.platform.name == 'linux+x86-64' || matrix.platform.name == 'linux+aarch64' # TODO: https://tauri.app/v1/guides/distribution/sign-linux with: target: build