From 3cee667f09d45da4bd71319400a801cfef7d5d9b Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Wed, 30 Jan 2019 12:05:14 +0000 Subject: [PATCH] 1 less quote --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 637a82f1f7..260795d360 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ build_script: 7z a ryujinx-profiled-$env:APPVEYOR_BUILD_VERSION-linux_x64.tar.gz ryujinx-profiled-$env:APPVEYOR_BUILD_VERSION-linux_x64.tar 7z a ryujinx-$env:APPVEYOR_BUILD_VERSION-osx_x64.zip $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\Release\netcoreapp2.1\osx-x64\publish\ - 7z a ryujinx-profiled-$env:APPVEYOR_BUILD_VERSION-osx_x64.zip "$env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\Profile Release\netcoreapp2.1\osx-x64\publish\"" + 7z a ryujinx-profiled-$env:APPVEYOR_BUILD_VERSION-osx_x64.zip "$env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\Profile Release\netcoreapp2.1\osx-x64\publish\" artifacts: - path: ryujinx-%APPVEYOR_BUILD_VERSION%-win_x64.zip