We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97ce51 commit e2f42f4Copy full SHA for e2f42f4
.github/workflows/test-docker-distribution.yml
@@ -83,8 +83,8 @@ jobs:
83
uses: dawidd6/action-download-artifact@v6
84
with:
85
name: mithril-distribution-Linux-X64
86
- path: ${{ matrix.project }}
87
- commit: ${{ inputs.commit_sha }}/bin-linux-amd64
+ path: ${{ matrix.project }}/bin-linux-amd64
+ commit: ${{ inputs.commit_sha }}
88
workflow: ci.yml
89
workflow_conclusion: completed
90
0 commit comments