Skip to content

Commit ef18983

Browse files
committed
fix(ci): download artifact name
1 parent 6159ad7 commit ef18983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Download artifact
4646
uses: actions/download-artifact@v4
4747
with:
48-
name: ${{ github.event.repository.name }}
48+
name: ${{ github.event.repository.name }}.tar
4949
path: /tmp
5050

5151
- name: Test

0 commit comments

Comments
 (0)