Skip to content

Commit 35d64b6

Browse files
committed
ci(release): Update download path of artifacts for GitHub release
1 parent de61737 commit 35d64b6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,16 @@ jobs:
177177
curl -fsSL "${BASE_URL}/v${CHGLOG_VERSION}/${FILENAME}" |sudo tar xz --no-same-owner -C /usr/local/bin git-chglog
178178
git-chglog --config .github/chglog/config.yml --output CHANGELOG.md "${GITHUB_REF_NAME}"
179179
180-
- name: Download build artifacts
180+
- name: Download python build artifacts
181+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
182+
with:
183+
name: "python-build-dist"
184+
path: dist
185+
186+
- name: Download SLSA provenance attestation
181187
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
182188
with:
189+
name: "multiple.intoto.jsonl"
183190
path: dist
184191

185192
- name: Create GitHub release
@@ -189,4 +196,4 @@ jobs:
189196
files: |
190197
dist/powerapi-*.whl
191198
dist/powerapi-*.tar.gz
192-
dist/*.intoto.jsonl
199+
dist/multiple.intoto.jsonl

0 commit comments

Comments
 (0)