Skip to content

Commit 93c106a

Browse files
Patrick Stephenspatrick-stephens
authored andcommitted
workflows: fix typo in debug manifest creation
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 4350c4e commit 93c106a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/call-build-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
- name: Download debug digests
224224
uses: actions/download-artifact@v4
225225
with:
226-
pattern: production-digests-*
226+
pattern: debug-digests-*
227227
path: /tmp/debug-digests
228228
merge-multiple: true
229229

0 commit comments

Comments
 (0)