From e940789bde4b14c77d6a3354add4772184cbc8cf Mon Sep 17 00:00:00 2001 From: Mo Date: Mon, 13 Jun 2022 10:06:43 -0500 Subject: [PATCH] chore: workflow --- .github/workflows/desktop.release.test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/desktop.release.test.yml b/.github/workflows/desktop.release.test.yml index 3ae3f04ef..6a0cb239d 100644 --- a/.github/workflows/desktop.release.test.yml +++ b/.github/workflows/desktop.release.test.yml @@ -25,8 +25,7 @@ jobs: 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' - SNAPCRAFT_BUILD_ENVIRONMENT: 'multipass' + SNAPCRAFT_BUILD_ENVIRONMENT: 'host' - name: Upload uses: actions/upload-artifact@v3.0.0