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:
parent
40761ebb0d
commit
36ed1ffac2
2 changed files with 13 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue