Skip to content

Commit

Permalink
ci(release): Update download path of artifacts for GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
gfieni committed Nov 29, 2024
1 parent de61737 commit 35d64b6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,16 @@ jobs:
curl -fsSL "${BASE_URL}/v${CHGLOG_VERSION}/${FILENAME}" |sudo tar xz --no-same-owner -C /usr/local/bin git-chglog
git-chglog --config .github/chglog/config.yml --output CHANGELOG.md "${GITHUB_REF_NAME}"
- name: Download build artifacts
- name: Download python build artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: "python-build-dist"
path: dist

- name: Download SLSA provenance attestation
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: "multiple.intoto.jsonl"
path: dist

- name: Create GitHub release
Expand All @@ -189,4 +196,4 @@ jobs:
files: |
dist/powerapi-*.whl
dist/powerapi-*.tar.gz
dist/*.intoto.jsonl
dist/multiple.intoto.jsonl

0 comments on commit 35d64b6

Please sign in to comment.