Skip to content

Commit 74f7403

Browse files
another try
1 parent 25ac2bb commit 74f7403

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-node-fibers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,14 @@ jobs:
7474
find .
7575
7676
- name: Upload fibers.node archive latest
77+
working-directory: node-fibers
7778
uses: actions/upload-artifact@v4
7879
with:
7980
name: node-fibers-${{ env.NODE_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}-LATEST
8081
path: bin/*
8182

8283
- name: Upload fibers.node archive to release
84+
working-directory: node-fibers
8385
uses: softprops/action-gh-release@v1
8486
with:
8587
name: node-fibers-${{ env.NODE_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}-LATEST

0 commit comments

Comments
 (0)