mirror of
https://github.com/Z3Prover/z3
synced 2026-06-01 06:37:49 +00:00
Fix copy command for Linux Python packages
This commit is contained in:
parent
c946207e23
commit
4c8b540020
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
|
- name: Copy Linux Python packages
|
||||||
run: |
|
run: |
|
||||||
cp artifacts/*.whl src/api/python/dist/*.*
|
cp artifacts/*.whl src/api/python/dist/.
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue