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'