Skip to content

Commit 82942d6

Browse files
Fix file extension in Windows build
1 parent 4af76af commit 82942d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
nuitka-version: main
8888
script-name: gui/main.py
8989
mode: onefile
90-
output-file: sephera
90+
output-file: sephera.exe
9191
output-dir: build/cli
9292

9393
- name: Build GUI App for Linux
@@ -134,7 +134,7 @@ jobs:
134134
nuitka-version: main
135135
script-name: gui/main.py
136136
mode: onefile
137-
output-file: sephera-gui
137+
output-file: sephera-gui.exe
138138
output-dir: build/gui
139139

140140
- name: Upload artifacts for Windows

0 commit comments

Comments
 (0)