Skip to content

Commit 082be89

Browse files
fix(blobheart): fix path issue in blobheart-related flows (#52)
1 parent 517639b commit 082be89

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/add-from-blobheart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
144144
with:
145145
name: merged-policy-manifest
146+
path: attestation-policy
146147

147148
# Write token. Only available here because this job has
148149
# environment: release; generate above cannot read these secrets.

.github/workflows/prune-from-blobheart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
111111
with:
112112
name: pruned-policy-manifest
113+
path: attestation-policy
113114

114115
# Write token. Only available here because this job has
115116
# environment: release; prune above cannot read these secrets.

0 commit comments

Comments
 (0)