Skip to content

Commit 5c78f85

Browse files
re-add deletion for nightly
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent aef0c19 commit 5c78f85

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

scripts/nightly.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ jobs:
117117
inputs:
118118
artifactName: 'Ubuntu'
119119
targetPath: tmp
120-
# - task: GitHubRelease@0
121-
# inputs:
122-
# gitHubConnection: Z3GitHub
123-
# repositoryName: 'Z3Prover/z3'
124-
# action: 'delete'
125-
## target: '$(Build.SourceVersion)'
126-
# tagSource: 'manual'
127-
# tag: 'Nightly'
120+
- task: GitHubRelease@0
121+
inputs:
122+
gitHubConnection: Z3GitHub
123+
repositoryName: 'Z3Prover/z3'
124+
action: 'delete'
125+
# target: '$(Build.SourceVersion)'
126+
tagSource: 'manual'
127+
tag: 'Nightly'
128128
- task: GitHubRelease@0
129129
inputs:
130130
gitHubConnection: Z3GitHub

0 commit comments

Comments
 (0)