forked from MirrorHub/synapse
Fix CI not attaching source distributions and wheels to the GitHub releases. (#12131)
This commit is contained in:
parent
2ce27a24fe
commit
bfa7d6b035
2 changed files with 3 additions and 1 deletions
3
.github/workflows/release-artifacts.yml
vendored
3
.github/workflows/release-artifacts.yml
vendored
|
@ -112,7 +112,8 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
files: |
|
||||
python-dist/*
|
||||
Sdist/*
|
||||
Wheel/*
|
||||
debs.tar.xz
|
||||
# if it's not already published, keep the release as a draft.
|
||||
draft: true
|
||||
|
|
1
changelog.d/12131.misc
Normal file
1
changelog.d/12131.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix CI not attaching source distributions and wheels to the GitHub releases.
|
Loading…
Reference in a new issue