Skip to content

Commit

Permalink
include exe in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
deanwhillier committed Nov 29, 2019
1 parent 0deff11 commit 003a05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
- run: mkdir -p ./dist/win-release
- run: cp -r release/*.zip ./dist/win-release
- run: cp -r release/*.msi ./dist/win-release
- run: cp -r release/*.exe ./dist/win-release

- persist_to_workspace:
root: ./dist/
Expand Down

0 comments on commit 003a05a

Please sign in to comment.