summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshfil <filip.gawin@zoho.com>2020-05-02 00:39:48 +0200
committerGitHub <noreply@github.com>2020-05-02 00:39:48 +0200
commit226d0296ad66b2a2e5919e9305eaa24fa637ce4e (patch)
treee13bd5fae3e13b80eee62704ecbefeeab63d69d0
parentFix api key (diff)
downloadre3-226d0296ad66b2a2e5919e9305eaa24fa637ce4e.tar
re3-226d0296ad66b2a2e5919e9305eaa24fa637ce4e.tar.gz
re3-226d0296ad66b2a2e5919e9305eaa24fa637ce4e.tar.bz2
re3-226d0296ad66b2a2e5919e9305eaa24fa637ce4e.tar.lz
re3-226d0296ad66b2a2e5919e9305eaa24fa637ce4e.tar.xz
re3-226d0296ad66b2a2e5919e9305eaa24fa637ce4e.tar.zst
re3-226d0296ad66b2a2e5919e9305eaa24fa637ce4e.zip
-rw-r--r--.appveyor.yml4
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