From 6949a742bb84cb6023eb2c6b4b0acc80bfc688ec Mon Sep 17 00:00:00 2001 From: Kun Chen Date: Sat, 17 Feb 2024 14:34:02 -0800 Subject: [PATCH] fix CI --- .github/workflows/release-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index c71852f..c367172 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -30,7 +30,7 @@ jobs: - name: install dependencies run: npm ci - name: build for windows - run: npm run publish:app:windows + run: npm run publish:app:windows:x64 build_on_mac: runs-on: macos-latest env: @@ -83,4 +83,4 @@ jobs: - name: install dependencies run: npm ci - name: build for linux - run: npm run publish:app:linux + run: npm run publish:app:linux:x64