Skip to content

Commit 2e8e853

Browse files
committed
chore(CI): set correct path for artifact upload
1 parent 468ed80 commit 2e8e853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: actions/upload-artifact@v4
122122
with:
123123
name: bindings-${{ matrix.settings.target }}
124-
path: ${{ env.APP_NAME }}.*.node
124+
path: impit-node/${{ env.APP_NAME }}.*.node
125125
if-no-files-found: error
126126
test-macOS-windows-binding:
127127
name: Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}

0 commit comments

Comments
 (0)