Skip to content

Commit 60de489

Browse files
debug
1 parent fa74a85 commit 60de489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Download Node archive
3333
run: |
34-
gh release download node-${{ env.NODE_VERSION }}-release --pattern "node-*.tar.xz"
34+
gh release download node-${{ env.NODE_VERSION }}-release --pattern "artifacts/node-*.tar.xz"
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737

0 commit comments

Comments
 (0)