3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-18 16:28:56 +00:00

Update nightly.yml

This commit is contained in:
Nikolaj Bjorner 2026-01-16 21:14:15 -08:00 committed by GitHub
parent 3837baf00b
commit 8fbce2c75e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -515,8 +515,8 @@ jobs:
- name: Extract builds
run: |
ls
cd artifacts
ls
mkdir -p osx-x64-bin osx-arm64-bin win32-bin win64-bin
cd osx-x64-bin && unzip ../z3-*-x64-osx*.zip && cd ..
cd osx-arm64-bin && unzip ../z3-*-arm64-osx*.zip && cd ..