We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7890f1c commit 6e1cfb2Copy full SHA for 6e1cfb2
.github/workflows/ci.yaml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install
52
run: |
53
npm install --build-from-source
54
- dir build\Release
+ dumpbin /dependents build\Release\canvas.node
55
- uses: actions/upload-artifact@v4
56
with:
57
path: build
0 commit comments