diff options
| author | Alee <Alee14498@gmail.com> | 2018-08-27 20:09:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-27 20:09:01 -0400 |
| commit | 7f9453b597db22115c3b7979e3ac45323dd256be (patch) | |
| tree | 1bad747be0625a7dc59bc6345bda5e20926fc7eb | |
| parent | 0e7f68446f0ba5643b72eacc97d3b9ffb05c8587 (diff) | |
| download | Project-Silicon-7f9453b597db22115c3b7979e3ac45323dd256be.tar.gz Project-Silicon-7f9453b597db22115c3b7979e3ac45323dd256be.tar.bz2 Project-Silicon-7f9453b597db22115c3b7979e3ac45323dd256be.zip | |
Update appveyor.yml
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index c29064c..3aa3f02 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,5 +3,5 @@ after_build: - 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**" artifacts: - - path: project-ports\Project Ports\bin\*.zip - name: ports + - path: project-ports\Project Ports\bin\Ports-%APPVEYOR_BUILD_VERSION%.zip + name: Ports-%APPVEYOR_BUILD_VERSION% |
