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
|
||||
- Profile Release
|
||||
environment:
|
||||
config_name: ryujinx-
|
||||
config_name: -
|
||||
for:
|
||||
-
|
||||
configuration: Profile Release
|
||||
environment:
|
||||
config_name: ryujinx-profiled-
|
||||
config_name: -profiled-
|
||||
build_script:
|
||||
- ps: >-
|
||||
dotnet --version
|
||||
|
@ -23,15 +23,15 @@ build_script:
|
|||
|
||||
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:
|
||||
- path: %config_name%-%APPVEYOR_BUILD_VERSION%-win_x64.zip
|
||||
- path: %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%-win_x64.zip
|
||||
- path: ryujinx%config_name%%APPVEYOR_BUILD_VERSION%-linux_x64.tar.gz
|
||||
- path: ryujinx%config_name%%APPVEYOR_BUILD_VERSION%-osx_x64.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue