3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-25 07:13:41 +00:00

update version number of github release

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-06-08 12:57:35 -07:00
parent e8f627cde9
commit 602cfafd96
2 changed files with 3 additions and 3 deletions

View file

@ -568,7 +568,7 @@ stages:
inputs: inputs:
artifactName: 'NuGet32' artifactName: 'NuGet32'
targetPath: tmp targetPath: tmp
- task: GitHubRelease@0 - task: GitHubRelease@1
continueOnError: true continueOnError: true
inputs: inputs:
gitHubConnection: Z3Prover gitHubConnection: Z3Prover
@ -577,7 +577,7 @@ stages:
# target: '$(Build.SourceVersion)' # target: '$(Build.SourceVersion)'
tagSource: 'manual' tagSource: 'manual'
tag: 'Nightly' tag: 'Nightly'
- task: GitHubRelease@0 - task: GitHubRelease@1
continueOnError: true continueOnError: true
inputs: inputs:
gitHubConnection: Z3Prover gitHubConnection: Z3Prover

View file

@ -570,7 +570,7 @@ stages:
inputs: inputs:
artifact: 'NuGet32' artifact: 'NuGet32'
path: $(Agent.TempDirectory) path: $(Agent.TempDirectory)
- task: GitHubRelease@0 - task: GitHubRelease@1
inputs: inputs:
gitHubConnection: Z3Prover gitHubConnection: Z3Prover
repositoryName: $(Build.Repository.Name) repositoryName: $(Build.Repository.Name)