diff options
author | shfil <filip.gawin@zoho.com> | 2020-05-02 00:39:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 00:39:48 +0200 |
commit | 226d0296ad66b2a2e5919e9305eaa24fa637ce4e (patch) | |
tree | e13bd5fae3e13b80eee62704ecbefeeab63d69d0 | |
parent | 4246feabac3bed090dbe1f7617e19762d4f643a2 (diff) |
Create unique names for artifacs
-rw-r--r-- | .appveyor.yml | 4 |
1 files 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 |