diff options
| author | Alee <Alee14498@gmail.com> | 2018-08-27 20:02:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-27 20:02:44 -0400 |
| commit | 494b42c2652f54d3511705c98c16418bdc281e2c (patch) | |
| tree | 95daf59b882bc8ab9de6edd5930f457bacedcafc | |
| parent | 636c785d9cd15fe8ccbdedcf950b4ba0d2209a2c (diff) | |
| download | Project-Silicon-494b42c2652f54d3511705c98c16418bdc281e2c.tar.gz Project-Silicon-494b42c2652f54d3511705c98c16418bdc281e2c.tar.bz2 Project-Silicon-494b42c2652f54d3511705c98c16418bdc281e2c.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 2a5a56e..55a5488 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ after_build: - cd ../ - - 7z a artifacts\Ports-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Source\public\** + - 7z a artifacts\Ports-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\** artifacts: - path: artifacts\*.zip |
