@ -19,7 +19,7 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v2
with:
submodules: 'recursive'
submodules: "recursive"
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
@ -110,23 +110,23 @@ module.exports = {
target: [
{
target: 'AppImage',
arch: ['x64'],
arch: ['x64', 'arm64'],
},
target: 'tar.gz',
target: 'deb',
arch: ['x64', 'armv7l'],
arch: ['x64', 'armv7l', 'arm64'],
target: 'rpm',
target: 'snap',
target: 'pacman',