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:
parent
7c42ec3b25
commit
0be5434f29
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
|
|
@ -713,6 +713,7 @@ jobs:
|
|||
--notes "Automated nightly build from commit ${{ github.sha }}" \
|
||||
--prerelease \
|
||||
--target ${{ github.sha }} \
|
||||
--clobber \
|
||||
$(cat release_files.txt | tr '\n' ' ')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue