mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 18:13:17 +01:00
Release: make sure release artefacts are present for the tagging job
This commit is contained in:
parent
cf3acec555
commit
0780bf386c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/make_release.yaml
vendored
4
.github/workflows/make_release.yaml
vendored
|
|
@ -98,7 +98,7 @@ jobs:
|
|||
make-github-release:
|
||||
name: Create GitHub release
|
||||
runs-on: ubuntu-latest
|
||||
needs: publish-to-pypi
|
||||
needs: [build, publish-to-pypi]
|
||||
env:
|
||||
CHANGELOG: ${{ needs.build.outputs.changelog }}
|
||||
steps:
|
||||
|
|
@ -114,7 +114,7 @@ jobs:
|
|||
custom_tag: ${{ env.NEW_VERSION }}
|
||||
|
||||
- name: Download all the dists
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: python-package-distributions
|
||||
path: dist/
|
||||
|
|
|
|||
Loading…
Reference in a new issue