Skip to content

Commit 1cbd57c

Browse files
authored
Merge pull request #479 from powerapi-ng/ci/github-release-artifacts
ci(release): Extract GitHub release artifacts into `dist` directory
2 parents 039b7a4 + ea5258a commit 1cbd57c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ jobs:
179179
180180
- name: Download build artifacts
181181
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
182+
with:
183+
path: dist
182184

183185
- name: Create GitHub release
184186
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
@@ -187,4 +189,4 @@ jobs:
187189
files: |
188190
dist/powerapi-*.whl
189191
dist/powerapi-*.tar.gz
190-
*.intoto.jsonl
192+
dist/*.intoto.jsonl

0 commit comments

Comments
 (0)