mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 14:59:39 +00:00
Fix for corrupted published artifacts (#286)
Some checks are pending
CodeQL analysis / CodeQL analysis (push) Waiting to run
Some checks are pending
CodeQL analysis / CodeQL analysis (push) Waiting to run
* 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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
|
||||||
pattern: python-*
|
|
||||||
merge-multiple: true
|
|
||||||
|
|
||||||
- name: Publish Release ${{ env.VERSION }}
|
- name: Publish Release ${{ env.VERSION }}
|
||||||
id: create_release
|
id: create_release
|
||||||
|
Reference in New Issue
Block a user