From 2a4f0c58a8417a11c0d4c381215c97d904620044 Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Sat, 25 Nov 2017 21:55:48 -0500 Subject: [PATCH] Update Appveyer to use better naming for msi and zip. --- appveyor.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 19d5b530..3d9ebe17 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,11 +18,13 @@ install: - 'move dist\EntranceRandomizer\tk*.dll dist\EntranceRandomizer\ext' - '"%WIX%\bin\heat.exe" dir "dist\EntranceRandomizer" -sfrag -srd -suid -dr INSTALLDIR -cg ERFiles -ag -template fragment -t bundle\components.xslt -out build\components.wxs' - '"%WIX%\bin\candle.exe" -out build\ bundle\*.wxs build\*.wxs' - - '"%WIX%\bin\light.exe" -ext WixUIExtension build\*.wixobj -o dist\EntranceRandomizer.msi -b dist\EntranceRandomizer' + - '"%WIX%\bin\light.exe" -ext WixUIExtension build\*.wixobj -o dist\EntranceRandomizer-Installer-%ProjectVersion%-win32.msi -b dist\EntranceRandomizer' build: off artifacts: -- path: dist/EntranceRandomizer.msi - name: EntranceRandomizer-$(ProjectVersion)-win32.msi +- path: dist/EntranceRandomizer*.msi + name: EntranceRandomizer-Installer-$(ProjectVersion)-win32.msi +- path: dist/EntranceRandomizer/ + name: EntranceRandomizer-Raw-$(ProjectVersion)-win32.zip deploy: - provider: GitHub tag: $(APPVEYOR_REPO_TAG_NAME)