Test Windows exe upload

This commit is contained in:
Marquis Kurt 2019-12-23 11:39:20 -05:00
parent 3528057e2e
commit c0a6f3a5f9
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 7 additions and 1 deletions

View File

@ -16,4 +16,10 @@ jobs:
run: |
npm install
npm run build --if-present
npm run build-desktop-win
npm run build-desktop-win
- name: Upload Windows executable
uses: actions/upload-artifact@v1
if: success()
with:
name: 'Windows executable'
path: dist/Hyperspace-*.exe