diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 20:05:51 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 20:05:51 +0200 |
commit | 0b61ae11ecf4314f21fa8892cd4361dd390d6326 (patch) | |
tree | 87ecbb7ca7d1ea92034990eb400481bf2465538b /.appveyor.yml | |
parent | Merge branch 'master' into miami (diff) | |
download | re3-0b61ae11ecf4314f21fa8892cd4361dd390d6326.tar re3-0b61ae11ecf4314f21fa8892cd4361dd390d6326.tar.gz re3-0b61ae11ecf4314f21fa8892cd4361dd390d6326.tar.bz2 re3-0b61ae11ecf4314f21fa8892cd4361dd390d6326.tar.lz re3-0b61ae11ecf4314f21fa8892cd4361dd390d6326.tar.xz re3-0b61ae11ecf4314f21fa8892cd4361dd390d6326.tar.zst re3-0b61ae11ecf4314f21fa8892cd4361dd390d6326.zip |
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 611294a5..ee25d578 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -30,7 +30,7 @@ build: project: build/reVC.sln verbosity: minimal after_build: -- 7z a "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/reVC.exe bin/%PLATFORM%/%CONFIGURATION%/reVC.pdb +- 7z a "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/re3.exe bin/%PLATFORM%/%CONFIGURATION%/re3.pdb artifacts: - path: "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" name: reVC |