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 copilot-swe-agent[bot]
parent a548b3903f
commit c7df26e233

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' ' ')