mirror of
https://github.com/Z3Prover/z3
synced 2026-02-14 04:41:48 +00:00
Fix copy command for Linux Python packages
This commit is contained in:
parent
27169eb0f7
commit
0ec79e17cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue