Skip to content

Commit cc45c52

Browse files
committed
the windows build finished successfully, but I haven't tested the exe it produced yet. I'll continue to iterate on linux before I spin up a Windose VM to test it
1 parent af3aa35 commit cc45c52

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
name: Linux AppImage (x86_64)
2727
path: dist/
2828

29-
windows:
30-
runs-on: windows-latest
31-
32-
steps:
33-
- uses: actions/checkout@v2
34-
35-
- name: Execute script to .exe in Windows
36-
run: "build/windows/buildExe.ps1"
37-
shell: powershell -Command "& '{0}'"
38-
39-
- uses: actions/upload-artifact@v2
40-
with:
41-
name: Windows executable (x86_64)
42-
path: dist/
29+
# windows:
30+
# runs-on: windows-latest
31+
#
32+
# steps:
33+
# - uses: actions/checkout@v2
34+
#
35+
# - name: Execute script to .exe in Windows
36+
# run: "build/windows/buildExe.ps1"
37+
# shell: powershell -Command "& '{0}'"
38+
#
39+
# - uses: actions/upload-artifact@v2
40+
# with:
41+
# name: Windows executable (x86_64)
42+
# path: dist/
4343

0 commit comments

Comments
 (0)