diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-01-19 18:29:35 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-01-19 18:29:35 +0000 |
| commit | ca1dbae2cea58bc0e6a4b010c2de438985ed6404 (patch) | |
| tree | 89396a83c332bb8da3648d67549b1d2f9292f617 | |
| parent | Updated appveyor script to produce build artifacts (diff) | |
| download | DiligentCore-ca1dbae2cea58bc0e6a4b010c2de438985ed6404.tar.gz DiligentCore-ca1dbae2cea58bc0e6a4b010c2de438985ed6404.zip | |
Updated artifacts path in appveyor script
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 76c15ad6..dd25ebef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -81,5 +81,5 @@ after_test: DiligentCore\* artifacts: - - path: cmk_build\install\*.zip + - path: install\*.zip name: artifacts-zip
\ No newline at end of file |
