mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-12 07:39:41 -05:00
Fix CI not attaching source distributions and wheels to the GitHub releases. (#12131)
This commit is contained in:
parent
2ce27a24fe
commit
bfa7d6b035
3
.github/workflows/release-artifacts.yml
vendored
3
.github/workflows/release-artifacts.yml
vendored
@ -112,7 +112,8 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
python-dist/*
|
Sdist/*
|
||||||
|
Wheel/*
|
||||||
debs.tar.xz
|
debs.tar.xz
|
||||||
# if it's not already published, keep the release as a draft.
|
# if it's not already published, keep the release as a draft.
|
||||||
draft: true
|
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 New Issue
Block a user