From bca733e9ed4894c291dd4e9e99b537e5803f7236 Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Fri, 4 Oct 2024 17:00:13 +0200 Subject: [PATCH] .github: Specify the download artifact for the distribution Omitting the artifact name changes the behavior, it will download all artifacts and create subdirectories for each. Signed-off-by: Pieter De Gendt --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bab2769..a0c3aafd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,7 @@ jobs: - name: Download build artifacts uses: actions/download-artifact@v4 with: + name: python-package-distributions path: dist/ # The assets can be attached to an existing release, if a matching tag is found