aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2018-08-27 20:16:58 -0400
committerGitHub <noreply@github.com>2018-08-27 20:16:58 -0400
commitb50f77db5fc818ccb54b921eb1038fdbf11fb3de (patch)
tree5caac865e0e1899d7837bd10acdcd43ae479e947 /appveyor.yml
parent2631b8b4665d08b98f29a95a3bd9bd4d546d33dd (diff)
downloadProject-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.yml4
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%