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
a548b3903f
commit
c7df26e233
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 }}" \
|
--notes "Automated nightly build from commit ${{ github.sha }}" \
|
||||||
--prerelease \
|
--prerelease \
|
||||||
--target ${{ github.sha }} \
|
--target ${{ github.sha }} \
|
||||||
|
--clobber \
|
||||||
$(cat release_files.txt | tr '\n' ' ')
|
$(cat release_files.txt | tr '\n' ' ')
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue