Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 975ff89

Browse files
committed
fix: ci
1 parent c019d10 commit 975ff89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/upload-artifact@v4
145145
with:
146146
name: bindings-${{ matrix.settings.target }}
147-
path: ${{ env.APP_NAME }}.*.node
147+
path: niddle.*.node
148148
if-no-files-found: error
149149
build-freebsd:
150150
runs-on: ubuntu-latest
@@ -191,7 +191,7 @@ jobs:
191191
uses: actions/upload-artifact@v4
192192
with:
193193
name: bindings-freebsd
194-
path: ${{ env.APP_NAME }}.*.node
194+
path: niddle.*.node
195195
if-no-files-found: error
196196
test-macOS-windows-binding:
197197
name: Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}

0 commit comments

Comments
 (0)