mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Update nightly.yaml
see if this gets us past the upload to GitHub issue
This commit is contained in:
parent
4641a20f4f
commit
db62038845
|
@ -1,5 +1,5 @@
|
||||||
variables:
|
variables:
|
||||||
ReleaseVersion: '4.8.13'
|
ReleaseVersion: '4.8.14'
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: Build
|
- stage: Build
|
||||||
|
@ -287,6 +287,8 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
- job: Deploy
|
- job: Deploy
|
||||||
displayName: "Deploy into GitHub"
|
displayName: "Deploy into GitHub"
|
||||||
|
pool:
|
||||||
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: "Download windows32"
|
displayName: "Download windows32"
|
||||||
|
|
Loading…
Reference in a new issue