From c0a6f3a5f9820da3ff6d2883218a45ff0dc4df9c Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Mon, 23 Dec 2019 11:39:20 -0500 Subject: [PATCH] Test Windows exe upload --- .github/workflows/ci-win.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 0e82160..f41d693 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -16,4 +16,10 @@ jobs: run: | npm install npm run build --if-present - npm run build-desktop-win \ No newline at end of file + npm run build-desktop-win + - name: Upload Windows executable + uses: actions/upload-artifact@v1 + if: success() + with: + name: 'Windows executable' + path: dist/Hyperspace-*.exe \ No newline at end of file