Skip to content

Commit

Permalink
workflows: fix typo in debug manifest creation
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Jan 28, 2025
1 parent 4350c4e commit 93c106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Download debug digests
uses: actions/download-artifact@v4
with:
pattern: production-digests-*
pattern: debug-digests-*
path: /tmp/debug-digests
merge-multiple: true

Expand Down

0 comments on commit 93c106a

Please sign in to comment.