build: exclude exe build on not Windows (#1180)

This commit is contained in:
Skylot
2021-05-27 15:41:34 +01:00
parent 21da3c8602
commit 4bda3b9e9b
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
env:
TERM: dumb
with:
arguments: build dist --warning-mode=all
arguments: build dist copyExe --warning-mode=all
- name: Save bundle artifact
if: success() && github.event_name == 'push'