From 7f72871b9000e846a5e9b5d42207a137515996fa Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Thu, 20 Dec 2018 00:38:38 +1100 Subject: Fix build --- appveyor.yml | 4 ++-- appveyor/build.bat | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5f243dd..7f4ef09 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,9 @@ build_script: test: off artifacts: -- path: deploy +- path: deploy\theSlate.exe name: theSlate.exe -- path: deploy +- path: deploy\thePhoto.exe name: thePhoto.exe before_deploy: diff --git a/appveyor/build.bat b/appveyor/build.bat index d5124e3..36d4cee 100644 --- a/appveyor/build.bat +++ b/appveyor/build.bat @@ -25,6 +25,7 @@ GOTO buildversions :build echo ********************************************* echo BUILDING %~1 +echo URL: %~2 echo ********************************************* if not exist "deploy" mkdir deploy set DEPLOY=%cd%\deploy -- cgit v1.2.3