mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-15 05:36:03 +00:00
Try using different mv command
This commit is contained in:
@@ -48,8 +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:
|
||||
@@ -71,6 +70,6 @@ artifacts:
|
||||
name: BurnOutSharp (.NET 6.0, Linux x64)
|
||||
- path: BurnOutSharp_net6.0_osx-x64.zip
|
||||
name: BurnOutSharp (.NET 6.0, OSX x64)
|
||||
|
||||
|
||||
- path: '*.nupkg'
|
||||
name: Nuget Packages
|
||||
|
||||
Reference in New Issue
Block a user