From 3e2231e7e8fa30bf7f0ad64db863ce46a50d80f6 Mon Sep 17 00:00:00 2001 From: GitSquared Date: Fri, 5 Jan 2018 14:14:12 +0100 Subject: [PATCH] Fix appveyor artifacts ONCE AND FOR ALL --- appveyor.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f07add5..6b9dcc2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,11 +6,18 @@ install: build_script: - cmd: npm install && npm run build-windows test: off +artifacts: + - path: dist\eDEX-UI.exe + name: eDEX-UI-Portable.exe + type: file deploy: - provider: GitHub + tag: $(appveyor_repo_tag_name) + release: eDEX-UI $(appveyor_repo_tag_name) + description: 'Placeholder description' auth_token: secure: xbDg5MsNRSCKs8kfz7jFP8D4g0BoPVB0vUPEy446Bru5RQCF/JDMGdhAa6SjLVTW - artifact: dist\eDEX-UI.exe + artifact: eDEX-UI-Portable.exe draft: true force_update: true on: -- GitLab