fix build
This commit is contained in:
parent
51734888ec
commit
35f69f63b0
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ pipeline:
|
|||
buildBin:
|
||||
image: node:18-alpine
|
||||
commands:
|
||||
- npm run build-all
|
||||
- npm run build-linux-arm64
|
||||
- npm run build-linux-x64
|
||||
when:
|
||||
event: tag
|
||||
publish:
|
||||
|
|
Loading…
Reference in a new issue