3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 16:27:37 +00:00

Update Linux binary handling in nightly workflow

Replaced unzip commands with copy commands for Linux binaries.
This commit is contained in:
Nikolaj Bjorner 2026-02-10 20:28:15 -08:00
parent 776976cbd1
commit 2247858de3

View file

@ -626,8 +626,8 @@ jobs:
cd win32-bin && unzip ../z3-*-x86-win*.zip && cd ..
cd win64-bin && unzip ../z3-*-x64-win*.zip && cd ..
cd win-arm64-bin && unzip ../z3-*-arm64-win*.zip && cd ..
cd linux-arm64-bin && unzip ../z3*-2_38_aarch64*.zip && cd ..
cd linux-x64-bin && unzip ../z3*-27_x86_64*.zip && cd ..
cd linux-arm64-bin && cp ../z3*-2_38_aarch64.whl . && cd ..
cd linux-x64-bin && cp ../z3*-27_x86_64.whl . && cd ..
- name: Build Python packages
run: |