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 GitHub
parent 7b38512efa
commit 3974bd1f45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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