We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468ed80 commit 2e8e853Copy full SHA for 2e8e853
.github/workflows/node-release.yml
@@ -121,7 +121,7 @@ jobs:
121
uses: actions/upload-artifact@v4
122
with:
123
name: bindings-${{ matrix.settings.target }}
124
- path: ${{ env.APP_NAME }}.*.node
+ path: impit-node/${{ env.APP_NAME }}.*.node
125
if-no-files-found: error
126
test-macOS-windows-binding:
127
name: Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}
0 commit comments