mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 14:06:46 +00:00
Fix for corrupted published artifacts (#286)
* Add skippublishercheck * Update download-artifact * Remove skipcheck
This commit is contained in:
3
.github/workflows/build-python-packages.yml
vendored
3
.github/workflows/build-python-packages.yml
vendored
@@ -179,9 +179,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: python-*
|
||||
merge-multiple: true
|
||||
|
||||
- name: Publish Release ${{ env.VERSION }}
|
||||
id: create_release
|
||||
|
||||
Reference in New Issue
Block a user