From c4dc1b0ad5c97b704e4e63627969391aeca9216f Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 19 Apr 2019 07:09:28 +0100 Subject: [PATCH] build --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e36c46159..23670b695 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,8 +52,8 @@ after_build: If(($env:APPVEYOR_REPO_BRANCH -in $deployBranches -Or $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') -And $env:APPVEYOR_REPO_COMMIT_MESSAGE -NotMatch '!build') { Write-Output "Deploying!" - Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - Get-ChildItem .\*.gz | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } + Get-ChildItem .\**\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } + Get-ChildItem .\**\*.gz | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } } Else {