From 21833ec4a3024d6efb086ef027418aedf36981fb Mon Sep 17 00:00:00 2001 From: Mo Date: Mon, 13 Jun 2022 09:25:18 -0500 Subject: [PATCH] chore: workflow --- .github/workflows/desktop.release.test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/desktop.release.test.yml b/.github/workflows/desktop.release.test.yml index b47d7b611..2dfb451ef 100644 --- a/.github/workflows/desktop.release.test.yml +++ b/.github/workflows/desktop.release.test.yml @@ -26,8 +26,6 @@ jobs: sudo snap install snapcraft --classic 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' - name: Upload uses: actions/upload-artifact@v3.0.0