Skip to content

Commit e2f42f4

Browse files
committed
fix
1 parent c97ce51 commit e2f42f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-docker-distribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
uses: dawidd6/action-download-artifact@v6
8484
with:
8585
name: mithril-distribution-Linux-X64
86-
path: ${{ matrix.project }}
87-
commit: ${{ inputs.commit_sha }}/bin-linux-amd64
86+
path: ${{ matrix.project }}/bin-linux-amd64
87+
commit: ${{ inputs.commit_sha }}
8888
workflow: ci.yml
8989
workflow_conclusion: completed
9090

0 commit comments

Comments
 (0)