Fix for corrupted published artifacts (#286)
Some checks are pending
CodeQL analysis / CodeQL analysis (push) Waiting to run

* Add skippublishercheck

* Update download-artifact

* Remove skipcheck
This commit is contained in:
HarithaVattikuti
2024-06-11 11:36:42 -05:00
committed by GitHub
parent cc396a6be6
commit f14b797a5d

View File

@ -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