Skip to content

Commit 7318b79

Browse files
committed
Workflow
1 parent 93f753e commit 7318b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install requests
2323
pip install pyside6
2424
- name: Build macOS executable
25-
run: pyinstaller --onefile --noconsole PyCalc-SE.py
25+
run: pyinstaller --onefile --noconsole PyCalc-GUI.py
2626
- name: Upload macOS artifact
2727
uses: actions/upload-artifact@v4
2828
with:
@@ -44,7 +44,7 @@ jobs:
4444
pip install requests
4545
pip install pyside6
4646
- name: Build Linux executable
47-
run: pyinstaller --onefile --noconsole PyCalc-SE.py
47+
run: pyinstaller --onefile --noconsole PyCalc-GUI.py
4848
- name: Upload Linux artifact
4949
uses: actions/upload-artifact@v4
5050
with:

0 commit comments

Comments
 (0)