Fix arm64 build command
This commit is contained in:
parent
245213d08a
commit
e7c665b0a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-linux.yml
vendored
2
.github/workflows/publish-linux.yml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue