Skip to content

Commit afc50ee

Browse files
authored
upload multiarch image to release
1 parent 81bf1f4 commit afc50ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: ${{ matrix.component.Name }} -- Download CI artifacts
103103
uses: dawidd6/action-download-artifact@v2
104104
with:
105-
workflow: ci.yml
105+
workflow: build-multiarch-image.yml
106106
workflow_conclusion: success
107107
path: ./ci-artifacts
108108

@@ -112,4 +112,4 @@ jobs:
112112
with:
113113
files: |
114114
./ci-artifacts/AppManifest/AppManifest.json
115-
./ci-artifacts/sampleapp-amd64/sampleapp.tar
115+
./ci-artifacts/sampleapp-multiarch/sampleapp.tar

0 commit comments

Comments
 (0)