Skip to content

Commit

Permalink
.github: Specify the download artifact for the distribution
Browse files Browse the repository at this point in the history
Omitting the artifact name changes the behavior, it will download all
artifacts and create subdirectories for each.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
  • Loading branch information
pdgendt committed Oct 4, 2024
1 parent aa454f3 commit bca733e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bca733e

Please sign in to comment.