We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa74a85 commit 60de489Copy full SHA for 60de489
.github/workflows/build-node-fibers.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- name: Download Node archive
33
run: |
34
- gh release download node-${{ env.NODE_VERSION }}-release --pattern "node-*.tar.xz"
+ gh release download node-${{ env.NODE_VERSION }}-release --pattern "artifacts/node-*.tar.xz"
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
0 commit comments