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