mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 10:18:55 +00:00
Force Github update deploy
Trying to avoid downloading artifacts in the second Appveyor job
This commit is contained in:
parent
c28df96332
commit
82617f961d
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ deploy:
|
|||
secure: hOg+16YTIbq4kO9u4D1YVOTbWDqgCX6mAQYMbnmBBSw2CiUsZh7OKbupoUb3FtWa
|
||||
artifact: /^(?:(?![Ee]xperimental).)*$/
|
||||
draft: true
|
||||
force_update: true
|
||||
on:
|
||||
branch: master
|
||||
notifications:
|
||||
|
|
|
@ -165,7 +165,7 @@ Task("Package-DotNetCore-macOS")
|
|||
|
||||
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")
|
||||
|
|
Loading…
Reference in a new issue