mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Update nightly.yaml
This commit is contained in:
parent
507e999726
commit
d18e9af975
1 changed files with 3 additions and 3 deletions
|
@ -231,12 +231,12 @@ stages:
|
|||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Ubuntu 20.04 Build'
|
||||
inputs:
|
||||
artifact: 'Ubuntu-20.04'
|
||||
artifact: 'Ubuntu20'
|
||||
path: $(Agent.TempDirectory)\package
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Ubuntu ARM64 Build'
|
||||
inputs:
|
||||
artifact: 'ubuntu-arm64'
|
||||
artifact: 'UbuntuArm64'
|
||||
path: $(Agent.TempDirectory)\package
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Ubuntu Build'
|
||||
|
@ -539,7 +539,7 @@ stages:
|
|||
- task: DownloadPipelineArtifact@2
|
||||
displayName: "Download Ubuntu-20.04"
|
||||
inputs:
|
||||
artifactName: 'Ubuntu-20.04'
|
||||
artifactName: 'Ubuntu20'
|
||||
targetPath: tmp
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: "Download Doc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue