We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ac2bb commit 74f7403Copy full SHA for 74f7403
1 file changed
.github/workflows/build-node-fibers.yml
@@ -74,12 +74,14 @@ jobs:
74
find .
75
76
- name: Upload fibers.node archive latest
77
+ working-directory: node-fibers
78
uses: actions/upload-artifact@v4
79
with:
80
name: node-fibers-${{ env.NODE_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}-LATEST
81
path: bin/*
82
83
- name: Upload fibers.node archive to release
84
85
uses: softprops/action-gh-release@v1
86
87
0 commit comments