Skip to content

Commit

Permalink
Merge pull request #481 from powerapi-ng/ci/github-release-artifacts-…
Browse files Browse the repository at this point in the history
…split

ci(release): Update download path of artifacts for GitHub release
  • Loading branch information
gfieni authored Nov 29, 2024
2 parents de61737 + 35d64b6 commit 8ca7b0d
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 8ca7b0d

Please sign in to comment.