Skip to content

Commit 680862c

Browse files
committed
ci: add binary download
1 parent da225f8 commit 680862c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
with:
6565
name: repository
6666

67+
- name: Download binary
68+
uses: actions/download-artifact@v4
69+
with:
70+
name: linux-${{env.artifact}}
71+
6772
- name: Unarchive reposiotry
6873
run: tar -xzvf repository.tar.gz
6974

0 commit comments

Comments
 (0)