Skip to content

Commit

Permalink
Update nightly.yaml
Browse files Browse the repository at this point in the history
see if this gets us past the upload to GitHub issue
  • Loading branch information
NikolajBjorner committed Dec 16, 2021
1 parent 4641a20 commit db62038
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
ReleaseVersion: '4.8.13'
ReleaseVersion: '4.8.14'

stages:
- stage: Build
Expand Down Expand Up @@ -287,6 +287,8 @@ stages:
jobs:
- job: Deploy
displayName: "Deploy into GitHub"
pool:
vmImage: "ubuntu-latest"
steps:
- task: DownloadPipelineArtifact@2
displayName: "Download windows32"
Expand Down

0 comments on commit db62038

Please sign in to comment.