From 9b9fc09bdf1014ab90e81fcac526f025853a1273 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 5 Jan 2023 12:00:46 -0800 Subject: [PATCH] Add trailing slash for `mv` --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 486689b4..4334bf8f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,7 +48,7 @@ after_build: - cmd: 7z a -tzip %APPVEYOR_BUILD_FOLDER%\BurnOutSharp_net6.0_linux-x64.zip * - cmd: cd %APPVEYOR_BUILD_FOLDER%\Test\bin\Debug\net6.0\osx-x64\publish\ - cmd: 7z a -tzip %APPVEYOR_BUILD_FOLDER%\BurnOutSharp_net6.0_osx-x64.zip * - - cmd: mv "%APPVEYOR_BUILD_FOLDER%\BurnOutSharp\bin\Debug\"*.nupkg %APPVEYOR_BUILD_FOLDER% + - cmd: mv %APPVEYOR_BUILD_FOLDER%\BurnOutSharp\bin\Debug\*.nupkg %APPVEYOR_BUILD_FOLDER%\ # success/failure tracking on_success: