mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix arm64 build command
This commit is contained in:
@@ -49,5 +49,5 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
npm run postinstall
|
npm run postinstall
|
||||||
npm run build
|
npm run build
|
||||||
npm exec electron-builder -- --publish always --linux
|
npm exec electron-builder -- --publish always --arm64
|
||||||
on_retry_command: npm cache clean --force
|
on_retry_command: npm cache clean --force
|
||||||
|
|||||||
Reference in New Issue
Block a user