From 226d0296ad66b2a2e5919e9305eaa24fa637ce4e Mon Sep 17 00:00:00 2001 From: shfil Date: Sat, 2 May 2020 00:39:48 +0200 Subject: [PATCH] Create unique names for artifacs --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 049647a7..20adee80 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -30,9 +30,9 @@ build: project: build/re3.sln verbosity: minimal after_build: -- 7z a "re3_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/re3.exe bin/%PLATFORM%/%CONFIGURATION%/re3.pdb +- 7z a "re3_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/re3.exe bin/%PLATFORM%/%CONFIGURATION%/re3.pdb artifacts: -- path: "re3_%APPVEYOR_BUILD_VERSION%.zip" +- path: "re3_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" name: re3 deploy: - provider: BinTray