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

Commit

Permalink
Fix appveyor artifacts ONCE AND FOR ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Jan 5, 2018
1 parent 895fb67 commit 3e2231e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3e2231e

Please sign in to comment.