Skip to content

Commit d89d829

Browse files
update repo
1 parent 60de489 commit d89d829

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 "artifacts/node-*.tar.xz"
34+
gh release download node-${{ env.NODE_VERSION }}-release --repo asana/node --pattern "artifacts/node-*.tar.xz"
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737

0 commit comments

Comments
 (0)