mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
Update nightly.yaml
add Python top zip
This commit is contained in:
parent
495658e07a
commit
c5d31be613
|
@ -152,6 +152,7 @@ jobs:
|
|||
- Mac
|
||||
- Ubuntu
|
||||
- Windows
|
||||
- Python
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@0
|
||||
inputs:
|
||||
|
@ -165,6 +166,10 @@ jobs:
|
|||
inputs:
|
||||
artifactName: 'Ubuntu'
|
||||
targetPath: tmp
|
||||
- task: DownloadPipelineArtifact@0
|
||||
inputs:
|
||||
artifactName: 'Python'
|
||||
targetPath: tmp
|
||||
# - task: DownloadPipelineArtifact@0
|
||||
# inputs:
|
||||
# artifactName: 'NuGet'
|
||||
|
|
Loading…
Reference in a new issue