diff --git a/.github/workflows/pyhton.build_deploy.yml b/.github/workflows/pyhton.build_deploy.yml index b9bc8b7..917590b 100644 --- a/.github/workflows/pyhton.build_deploy.yml +++ b/.github/workflows/pyhton.build_deploy.yml @@ -178,7 +178,6 @@ jobs: uses: actions/download-artifact@v4 with: path: python-wrapper/dist - merge-multiple: true name: py_source_dist - name: check artifacts after sdist download run: | @@ -189,7 +188,7 @@ jobs: with: path: python-wrapper/dist merge-multiple: true - pattern: py_*_macOS*_build + pattern: py_*_build - name: check artifacts run: | cd python-wrapper/dist @@ -225,7 +224,7 @@ jobs: uses: actions/download-artifact@v4 with: path: python-wrapper/dist - merge-multiple: false + merge-multiple: true pattern: py_*_build - name: Create GitHub Release env: