We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c66a16 commit de0f074Copy full SHA for de0f074
1 file changed
.github/workflows/ci.yaml
@@ -51,6 +51,9 @@ jobs:
51
run: |
52
npm install --build-from-source
53
dir build\Release
54
+ - uses: actions/upload-artifact@v4
55
+ with:
56
+ path: build
57
- name: Test
58
run: npm test
59
0 commit comments