mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Update appveyor.yml
This commit is contained in:
parent
cfa07a3d4e
commit
45ecc8d4c2
1 changed files with 4 additions and 4 deletions
|
@ -22,16 +22,16 @@ after_build:
|
||||||
- dotnet publish -c Release -r ubuntu.16.10-x64
|
- dotnet publish -c Release -r ubuntu.16.10-x64
|
||||||
- dotnet publish -c Release -r debian.8-x64
|
- dotnet publish -c Release -r debian.8-x64
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
7z a Ombi_windows.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.1\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_osx.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\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_ubuntu.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\ubuntu.16.10-x64\publish
|
||||||
|
|
||||||
|
|
||||||
7z a Ombi_debian.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\debian.8-x64\publish
|
7z a Ombi_debian.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\debian.8-x64\publish
|
||||||
|
|
||||||
|
|
||||||
appveyor PushArtifact Ombi_windows.zip
|
appveyor PushArtifact Ombi_windows.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue