File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments