From 0b61ae11ecf4314f21fa8892cd4361dd390d6326 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 5 May 2020 21:05:51 +0300 Subject: [PATCH] Fix appveyour --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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