Fix arm64 build command

This commit is contained in:
jeffvli 2024-01-14 07:42:37 -08:00
parent 245213d08a
commit e7c665b0a0

View file

@ -49,5 +49,5 @@ jobs:
command: |
npm run postinstall
npm run build
npm exec electron-builder -- --publish always --linux
npm exec electron-builder -- --publish always --arm64
on_retry_command: npm cache clean --force