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