We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f753e commit 7318b79Copy full SHA for 7318b79
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install requests
23
pip install pyside6
24
- name: Build macOS executable
25
- run: pyinstaller --onefile --noconsole PyCalc-SE.py
+ run: pyinstaller --onefile --noconsole PyCalc-GUI.py
26
- name: Upload macOS artifact
27
uses: actions/upload-artifact@v4
28
with:
@@ -44,7 +44,7 @@ jobs:
44
45
46
- name: Build Linux executable
47
48
- name: Upload Linux artifact
49
50
0 commit comments