From 5b68c4c5e488cf9b45d9c8c8e4f4ea136f593135 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Tue, 4 Apr 2017 12:52:30 +0100 Subject: [PATCH] try again --- appveyor.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 31666c90c..1966f7fca 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,9 +20,15 @@ after_build: - dotnet publish -c Release -r ubuntu.16.10-x64 - dotnet publish -c Release -r debian.8-x64 - cmd: >- - 7z a OmbiWidnows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\win10-x64\publish + 7z a Ombi_windows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\win10-x64\publish + 7z a Ombi_osx.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\osx.10.12-x64\publish + 7z a Ombi_ubuntu.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\ubuntu.16.10-x64\publish + 7z a Ombi_debian.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\debian.8-x64\publish - appveyor PushArtifact OmbiWindows.zip + appveyor PushArtifact Ombi_windows.zip + appveyor PushArtifact Ombi_osx.zip + appveyor PushArtifact Ombi_ubuntu.zip + appveyor PushArtifact Ombi_debian.zip cache: - '%USERPROFILE%\.nuget\packages'