From 56f241c5fb8c3fa43ebc744f22ba626735f6040c Mon Sep 17 00:00:00 2001 From: Mo Date: Sun, 12 Jun 2022 07:48:44 -0500 Subject: [PATCH] chore: desktop workflow --- .github/workflows/desktop.release.test.yml | 2 +- .github/workflows/desktop.release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop.release.test.yml b/.github/workflows/desktop.release.test.yml index 8d7316a3c..272801071 100644 --- a/.github/workflows/desktop.release.test.yml +++ b/.github/workflows/desktop.release.test.yml @@ -27,7 +27,7 @@ jobs: - name: Snap run: | - yarn run webpack --config desktop.webpack.prod.js --env snap' + yarn run webpack --config desktop.webpack.prod.js --env snap yarn run electron-builder --linux --x64 -c.linux.target=snap --publish=never - name: Upload diff --git a/.github/workflows/desktop.release.yml b/.github/workflows/desktop.release.yml index 54e798a13..e2a5b8b52 100644 --- a/.github/workflows/desktop.release.yml +++ b/.github/workflows/desktop.release.yml @@ -79,11 +79,11 @@ jobs: - name: Snap run: | - yarn run webpack --config desktop.webpack.prod.js --env snap' + yarn run webpack --config desktop.webpack.prod.js --env snap yarn run electron-builder --linux --x64 -c.linux.target=snap --publish=never - name: SnapArm64 run: | - yarn run webpack --config desktop.webpack.prod.js --env snap' + yarn run webpack --config desktop.webpack.prod.js --env snap yarn run electron-builder --linux --arm64 -c.linux.target=snap --publish=never env: npm_config_target_arch: 'arm64'