diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-19 05:20:57 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-19 05:20:57 +0000 |
| commit | 18ac96186a36e7821dbd4e35ceead27e9fa829fc (patch) | |
| tree | 7204544e681218a877969245f649a9a64178e829 | |
| parent | Updated install fodler structure (diff) | |
| download | DiligentCore-18ac96186a36e7821dbd4e35ceead27e9fa829fc.tar.gz DiligentCore-18ac96186a36e7821dbd4e35ceead27e9fa829fc.zip | |
Updated appveyor script
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 20b628a4..5c4806e2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -86,7 +86,7 @@ build: after_test: - cd install - 7z a DiligentCore-"%platform_name%"-"%PLATFORM%"-"%CONFIGURATION%".zip - DiligentCore\* + .\* artifacts: - path: install\*.zip |
