Skip to content

Commit 2e0cdae

Browse files
committed
Fix pattern matching for uploading assets
Signed-off-by: Erick Bourgeois <erick@jeb.ca>
1 parent 3d91329 commit 2e0cdae

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -666,11 +666,7 @@ jobs:
666666
uses: actions/download-artifact@v4
667667
with:
668668
path: ./artifacts
669-
pattern: |
670-
5spot-*
671-
docker-sbom-*
672-
*.intoto.jsonl
673-
deploy-manifests
669+
pattern: "{5spot-*,docker-sbom-*,*.intoto.jsonl,deploy-manifests}"
674670

675671
- name: 🧹 Organize release artifacts
676672
run: |

0 commit comments

Comments
 (0)