mirror of https://github.com/Jackett/Jackett
Push artifacts on Appveyor Linux
This commit is contained in:
parent
53bd7ce0c4
commit
0de4c1da43
|
@ -217,7 +217,7 @@ Task("Appveyor-Push-Artifacts")
|
||||||
.IsDependentOn("Clean")
|
.IsDependentOn("Clean")
|
||||||
.Does(() =>
|
.Does(() =>
|
||||||
{
|
{
|
||||||
if (AppVeyor.IsRunningOnAppVeyor && IsRunningOnWindows())
|
if (AppVeyor.IsRunningOnAppVeyor)
|
||||||
{
|
{
|
||||||
foreach (var file in GetFiles(workingDir + $"/{artifactsDirName}/*"))
|
foreach (var file in GetFiles(workingDir + $"/{artifactsDirName}/*"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue