Skip to content

Commit 3d91329

Browse files
authored
Fix the upload artifact, missing some files as part of the download (#13)
Signed-off-by: Erick Bourgeois <erick@jeb.ca>
1 parent 713a62f commit 3d91329

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,11 @@ 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
669674
670675
- name: 🧹 Organize release artifacts
671676
run: |

0 commit comments

Comments
 (0)