3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

update name of artifact

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-01-08 15:13:46 -08:00
parent 40761ebb0d
commit 36ed1ffac2
2 changed files with 13 additions and 7 deletions

View file

@ -337,7 +337,7 @@ stages:
- task: PublishPipelineArtifact@1
inputs:
targetPath: $(Build.ArtifactStagingDirectory)
artifactName: 'NuGet'
artifactName: 'NuGet32'
- job: Python
@ -419,6 +419,11 @@ stages:
inputs:
artifactName: 'NuGet'
targetPath: tmp
- task: DownloadPipelineArtifact@2
displayName: "Download NuGet32"
inputs:
artifactName: 'NuGet32'
targetPath: tmp
- task: GitHubRelease@0
inputs:
gitHubConnection: Z3GitHub