mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
Push artifacts on Appveyor Linux
This commit is contained in:
parent
53bd7ce0c4
commit
0de4c1da43
1 changed files with 1 additions and 1 deletions
|
@ -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}/*"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue