We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89d829 commit edd02fbCopy full SHA for edd02fb
.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 --repo asana/node --pattern "artifacts/node-*.tar.xz"
+ gh release download node-${{ env.NODE_VERSION }}-release --repo asana/node --pattern "node-*.tar.xz"
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
0 commit comments