Push artifacts on Appveyor Linux

This commit is contained in:
flightlevel 2019-03-03 15:51:59 +11:00
parent 53bd7ce0c4
commit 0de4c1da43
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ Task("Appveyor-Push-Artifacts")
.IsDependentOn("Clean")
.Does(() =>
{
if (AppVeyor.IsRunningOnAppVeyor && IsRunningOnWindows())
if (AppVeyor.IsRunningOnAppVeyor)
{
foreach (var file in GetFiles(workingDir + $"/{artifactsDirName}/*"))
{