We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f7403 commit 609d0dcCopy full SHA for 609d0dc
1 file changed
.github/workflows/build-node-fibers.yml
@@ -74,19 +74,17 @@ 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/*
+ path: node-fibers/bin/*
82
83
- name: Upload fibers.node archive to release
84
85
uses: softprops/action-gh-release@v1
86
87
88
tag_name: node-fibers-${{ env.NODE_VERSION }}-release
89
- files: ./bin/*
+ files: node-fibers/bin/*
90
env:
91
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
0 commit comments