moved dashes around so artifacts can begin with letters
This commit is contained in:
parent
4ecc1d3761
commit
1eea680730
1 changed files with 9 additions and 9 deletions
18
appveyor.yml
18
appveyor.yml
|
@ -7,12 +7,12 @@ configuration:
|
||||||
- Release
|
- Release
|
||||||
- Profile Release
|
- Profile Release
|
||||||
environment:
|
environment:
|
||||||
config_name: ryujinx-
|
config_name: -
|
||||||
for:
|
for:
|
||||||
-
|
-
|
||||||
configuration: Profile Release
|
configuration: Profile Release
|
||||||
environment:
|
environment:
|
||||||
config_name: ryujinx-profiled-
|
config_name: -profiled-
|
||||||
build_script:
|
build_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
dotnet --version
|
dotnet --version
|
||||||
|
@ -23,15 +23,15 @@ build_script:
|
||||||
|
|
||||||
dotnet publish -c $env:CONFIGURATION -r osx-x64
|
dotnet publish -c $env:CONFIGURATION -r osx-x64
|
||||||
|
|
||||||
7z a $env:config_name-$env:APPVEYOR_BUILD_VERSION-win_x64.zip $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:CONFIGURATION\netcoreapp2.1\win-x64\publish\
|
7z a ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-win_x64.zip $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:CONFIGURATION\netcoreapp2.1\win-x64\publish\
|
||||||
|
|
||||||
7z a $env:config_name-$env:APPVEYOR_BUILD_VERSION-linux_x64.tar $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:CONFIGURATION\netcoreapp2.1\linux-x64\publish\
|
7z a ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-linux_x64.tar $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:CONFIGURATION\netcoreapp2.1\linux-x64\publish\
|
||||||
|
|
||||||
7z a $env:config_name-$env:APPVEYOR_BUILD_VERSION-linux_x64.tar.gz $env:config_name-$env:APPVEYOR_BUILD_VERSION-linux_x64.tar
|
7z a ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-linux_x64.tar.gz ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-linux_x64.tar
|
||||||
|
|
||||||
7z a $env:config_name-$env:APPVEYOR_BUILD_VERSION-osx_x64.zip $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:CONFIGURATION\netcoreapp2.1\osx-x64\publish\
|
7z a ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-osx_x64.zip $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:CONFIGURATION\netcoreapp2.1\osx-x64\publish\
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: %config_name%-%APPVEYOR_BUILD_VERSION%-win_x64.zip
|
- path: ryujinx%config_name%%APPVEYOR_BUILD_VERSION%-win_x64.zip
|
||||||
- path: %config_name%-%APPVEYOR_BUILD_VERSION%-linux_x64.tar.gz
|
- path: ryujinx%config_name%%APPVEYOR_BUILD_VERSION%-linux_x64.tar.gz
|
||||||
- path: %config_name%-%APPVEYOR_BUILD_VERSION%-osx_x64.zip
|
- path: ryujinx%config_name%%APPVEYOR_BUILD_VERSION%-osx_x64.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue