Skip to content

Commit 6f9b7f4

Browse files
author
CID Agent
committed
Merge branch 'develop'
2 parents cc0d105 + 42ce2fe commit 6f9b7f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,10 @@ jobs:
240240
uses: actions/upload-artifact@v4
241241
with:
242242
name: napi-${{ matrix.target }}
243-
path: crates/iscc-napi/*.node
243+
path: |
244+
crates/iscc-napi/*.node
245+
crates/iscc-napi/index.js
246+
crates/iscc-napi/index.d.ts
244247
245248
# Smoke test NAPI native addon on Linux before publishing
246249
test-napi:

0 commit comments

Comments
 (0)