add windows build artifacts

This commit is contained in:
DecDuck
2024-10-09 02:29:14 +11:00
parent 326c336303
commit 3ed9fe282f
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@drop/droplet",
"version": "0.3.1",
"version": "0.3.2",
"main": "index.js",
"types": "index.d.ts",
"napi": {