fix build

This commit is contained in:
jusax23 2023-03-08 13:24:09 +01:00
parent 51734888ec
commit 35f69f63b0
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

View file

@ -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: