3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-14 12:51:48 +00:00

Remove --clobber option from nightly release

Remove the --clobber option from the nightly release command.
This commit is contained in:
Nikolaj Bjorner 2026-02-12 08:21:54 -08:00 committed by GitHub
parent 7c42ec3b25
commit 0be5434f29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -713,6 +713,7 @@ jobs:
--notes "Automated nightly build from commit ${{ github.sha }}" \
--prerelease \
--target ${{ github.sha }} \
--clobber \
$(cat release_files.txt | tr '\n' ' ')