mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-12 07:42:48 +10:00
add windows build artifacts
This commit is contained in:
@ -23,6 +23,12 @@ build-windows:
|
||||
script:
|
||||
- yarn
|
||||
- yarn build --target x86_64-pc-windows-msvc
|
||||
artifacts:
|
||||
paths:
|
||||
- index.js
|
||||
- index.d.ts
|
||||
- droplet.*.node
|
||||
|
||||
|
||||
publish:
|
||||
stage: publish
|
||||
|
||||
Reference in New Issue
Block a user