From c6ac53f4be5cf40a59d097d610c8a100690e4e8d Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 28 May 2019 21:05:47 -0400 Subject: [PATCH] Try distributing only the installer. --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 39c96363..adeb8ea4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,6 @@ install: - choco install nsis -y -pre - build_win dist - call "C:\Program Files (x86)\NSIS\makensis.exe" janet-installer.nsi - - copy janet-installer.exe dist\install.exe build: off @@ -33,9 +32,9 @@ only_commits: - src/ artifacts: - - path: dist - name: janet-windows - type: Zip + - path: janet-installer.exe + name: janet-windows-installer.exe + type: File deploy: description: 'The Janet Programming Language.'