From ea5258aeacb4ef371ebd4fef3199c13fc132cbb8 Mon Sep 17 00:00:00 2001 From: Guillaume Fieni Date: Fri, 29 Nov 2024 11:39:22 +0100 Subject: [PATCH] ci(release): Extract GitHub release artifacts into `dist` directory --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21b4cdf3..f32a450c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -187,4 +189,4 @@ jobs: files: | dist/powerapi-*.whl dist/powerapi-*.tar.gz - *.intoto.jsonl + dist/*.intoto.jsonl