mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Force Github update deploy
Trying to avoid downloading artifacts in the second Appveyor job
This commit is contained in:
@@ -34,6 +34,7 @@ deploy:
|
|||||||
secure: hOg+16YTIbq4kO9u4D1YVOTbWDqgCX6mAQYMbnmBBSw2CiUsZh7OKbupoUb3FtWa
|
secure: hOg+16YTIbq4kO9u4D1YVOTbWDqgCX6mAQYMbnmBBSw2CiUsZh7OKbupoUb3FtWa
|
||||||
artifact: /^(?:(?![Ee]xperimental).)*$/
|
artifact: /^(?:(?![Ee]xperimental).)*$/
|
||||||
draft: true
|
draft: true
|
||||||
|
force_update: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
notifications:
|
notifications:
|
||||||
|
@@ -165,7 +165,7 @@ Task("Package-DotNetCore-macOS")
|
|||||||
|
|
||||||
CopyFileToDirectory("./install_service_macos", buildOutputPath);
|
CopyFileToDirectory("./install_service_macos", buildOutputPath);
|
||||||
|
|
||||||
Gzip($"./BuildOutput/{netCoreFramework}/{runtimeId}", $"./{artifactsDirName}", "Jackett", "Experimental.Jackett.Binaries.macOS.tar.gz");
|
Gzip($"./BuildOutput/{netCoreFramework}/{runtimeId}", $"./{artifactsDirName}", "Jackett", "Jackett.Binaries.macOS.tar.gz");
|
||||||
});
|
});
|
||||||
|
|
||||||
Task("Package-DotNetCore-LinuxAMD64")
|
Task("Package-DotNetCore-LinuxAMD64")
|
||||||
|
Reference in New Issue
Block a user