chore: fix scripts path

This commit is contained in:
Mo
2022-06-07 12:00:54 -05:00
parent 0b7ce82aaa
commit 10d3a1bbcc
3 changed files with 5 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ jobs:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn setup
- run: node scripts/build.mjs appimage-x64
- run: node scripts/desktop/build.mjs appimage-x64
- uses: actions/upload-artifact@v2
with:
name: 'AppImage'