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 81bf1f4 commit afc50eeCopy full SHA for afc50ee
.github/workflows/release.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: ${{ matrix.component.Name }} -- Download CI artifacts
103
uses: dawidd6/action-download-artifact@v2
104
with:
105
- workflow: ci.yml
+ workflow: build-multiarch-image.yml
106
workflow_conclusion: success
107
path: ./ci-artifacts
108
@@ -112,4 +112,4 @@ jobs:
112
113
files: |
114
./ci-artifacts/AppManifest/AppManifest.json
115
- ./ci-artifacts/sampleapp-amd64/sampleapp.tar
+ ./ci-artifacts/sampleapp-multiarch/sampleapp.tar
0 commit comments