Skip to content

Commit

Permalink
Merge pull request #479 from powerapi-ng/ci/github-release-artifacts
Browse files Browse the repository at this point in the history
ci(release): Extract GitHub release artifacts into `dist` directory
  • Loading branch information
gfieni authored Nov 29, 2024
2 parents 039b7a4 + ea5258a commit 1cbd57c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
path: dist

- name: Create GitHub release
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
Expand All @@ -187,4 +189,4 @@ jobs:
files: |
dist/powerapi-*.whl
dist/powerapi-*.tar.gz
*.intoto.jsonl
dist/*.intoto.jsonl

0 comments on commit 1cbd57c

Please sign in to comment.