diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-06 14:11:21 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-06 14:11:21 +0300 |
commit | bb8b6348ec6a0da02eca330698584847edf740dc (patch) | |
tree | 441f7ff22bfeed647332f82aab6ab0d6894678b3 /.appveyor.yml | |
parent | c0488d9ecfa337727508d4916318a698bb3e4f05 (diff) |
Fix appveyor
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index ee25d578..611294a5 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%/re3.exe bin/%PLATFORM%/%CONFIGURATION%/re3.pdb +- 7z a "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/reVC.exe bin/%PLATFORM%/%CONFIGURATION%/reVC.pdb artifacts: - path: "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" name: reVC |