Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 3e2231e

Browse files
committed
Fix appveyor artifacts ONCE AND FOR ALL
1 parent 895fb67 commit 3e2231e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ install:
66
build_script:
77
- cmd: npm install && npm run build-windows
88
test: off
9+
artifacts:
10+
- path: dist\eDEX-UI.exe
11+
name: eDEX-UI-Portable.exe
12+
type: file
913
deploy:
1014
- provider: GitHub
15+
tag: $(appveyor_repo_tag_name)
16+
release: eDEX-UI $(appveyor_repo_tag_name)
17+
description: 'Placeholder description'
1118
auth_token:
1219
secure: xbDg5MsNRSCKs8kfz7jFP8D4g0BoPVB0vUPEy446Bru5RQCF/JDMGdhAa6SjLVTW
13-
artifact: dist\eDEX-UI.exe
20+
artifact: eDEX-UI-Portable.exe
1421
draft: true
1522
force_update: true
1623
on:

0 commit comments

Comments
 (0)