mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
re-add deletion for nightly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aef0c19d36
commit
5c78f855ad
|
@ -117,14 +117,14 @@ jobs:
|
|||
inputs:
|
||||
artifactName: 'Ubuntu'
|
||||
targetPath: tmp
|
||||
# - task: GitHubRelease@0
|
||||
# inputs:
|
||||
# gitHubConnection: Z3GitHub
|
||||
# repositoryName: 'Z3Prover/z3'
|
||||
# action: 'delete'
|
||||
## target: '$(Build.SourceVersion)'
|
||||
# tagSource: 'manual'
|
||||
# tag: 'Nightly'
|
||||
- task: GitHubRelease@0
|
||||
inputs:
|
||||
gitHubConnection: Z3GitHub
|
||||
repositoryName: 'Z3Prover/z3'
|
||||
action: 'delete'
|
||||
# target: '$(Build.SourceVersion)'
|
||||
tagSource: 'manual'
|
||||
tag: 'Nightly'
|
||||
- task: GitHubRelease@0
|
||||
inputs:
|
||||
gitHubConnection: Z3GitHub
|
||||
|
|
Loading…
Reference in a new issue