3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-14 12:51:48 +00:00

Fix copy command for Linux Python packages

This commit is contained in:
Nikolaj Bjorner 2026-02-12 06:59:06 -08:00 committed by copilot-swe-agent[bot]
parent 27169eb0f7
commit 0ec79e17cc

View file

@ -648,7 +648,7 @@ jobs:
- name: Copy Linux Python packages
run: |
cp artifacts/*.whl src/api/python/dist/*.*
cp artifacts/*.whl src/api/python/dist/.
- name: Upload artifact
uses: actions/upload-artifact@v6