diff options
| author | Alee <Alee14498@gmail.com> | 2018-08-27 20:19:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-27 20:19:06 -0400 |
| commit | 55c3a7673a971170c567825425816d13b672eabf (patch) | |
| tree | b1774c95a0a9b58b4e6bf6bed4e59ce6a94203ad | |
| parent | 88f4799b2b9baa50a9b947990b5150b3764a2e7e (diff) | |
| download | Project-Silicon-55c3a7673a971170c567825425816d13b672eabf.tar.gz Project-Silicon-55c3a7673a971170c567825425816d13b672eabf.tar.bz2 Project-Silicon-55c3a7673a971170c567825425816d13b672eabf.zip | |
Update appveyor.yml
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2bccf6a..4808949 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,5 +3,5 @@ after_build: - 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**" artifacts: - - path: %APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip + - path: c:\projects\project-ports\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip name: Ports-%APPVEYOR_BUILD_VERSION% |
