Skip to content

Commit

Permalink
ci: fix download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven2505 committed Jan 24, 2025
1 parent 822b6d9 commit 2caa44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Download built binaries
uses: actions/download-artifact@v4
with:
name: "*_binaries"
name: "*_binary_*"
path: tests/elfs/

- name: Install node
Expand Down

0 comments on commit 2caa44e

Please sign in to comment.