Skip to content

Commit 948397c

Browse files
authored
Update build.yml
1 parent 09077d0 commit 948397c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: Build with PyInstaller
2121
run: |
22-
pyinstaller --noconsole --onefile main.py
22+
pyinstaller --noconsole --onefile --name "Myopic_Sim" app_wgc.py
2323
2424
- name: Upload EXE
2525
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)