diff options
| author | Alee <Alee14498@gmail.com> | 2018-08-27 20:16:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-27 20:16:58 -0400 |
| commit | b50f77db5fc818ccb54b921eb1038fdbf11fb3de (patch) | |
| tree | 5caac865e0e1899d7837bd10acdcd43ae479e947 /appveyor.yml | |
| parent | 2631b8b4665d08b98f29a95a3bd9bd4d546d33dd (diff) | |
| download | Project-Silicon-b50f77db5fc818ccb54b921eb1038fdbf11fb3de.tar.gz Project-Silicon-b50f77db5fc818ccb54b921eb1038fdbf11fb3de.tar.bz2 Project-Silicon-b50f77db5fc818ccb54b921eb1038fdbf11fb3de.zip | |
Update appveyor.yml
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5d948cd..46be6e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ after_build: - tree /F - - 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**" + - 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**" artifacts: - - path: project-ports\Project Ports\bin\Ports-%APPVEYOR_BUILD_VERSION%.zip + - path: project-ports\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip name: Ports-%APPVEYOR_BUILD_VERSION% |
