diff options
| author | Alee <Alee14498@gmail.com> | 2018-08-27 20:20:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-27 20:20:15 -0400 |
| commit | 67baee145e5eb381f8399b6ea458e2164039018c (patch) | |
| tree | 8d23dee3d4a5db817673df4aa33a99dfa9ae1b9a | |
| parent | 55c3a7673a971170c567825425816d13b672eabf (diff) | |
| download | Project-Silicon-67baee145e5eb381f8399b6ea458e2164039018c.tar.gz Project-Silicon-67baee145e5eb381f8399b6ea458e2164039018c.tar.bz2 Project-Silicon-67baee145e5eb381f8399b6ea458e2164039018c.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 4808949..0f851da 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: c:\projects\project-ports\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip + - path: \bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip name: Ports-%APPVEYOR_BUILD_VERSION% |
