Skip to content

Commit 623f195

Browse files
committed
Workflow Error Fix
1 parent ad519e9 commit 623f195

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 -F --add-data "Inter.ttf;." --add-data "icomoon.ttf;." --add-data "PyCalc-GUIico;." PyCalc-GUI.py --noconsole
25+
run: pyinstaller -F --add-data "Inter.ttf:." --add-data "icomoon.ttf:." --add-data "PyCalc-GUI.ico:." PyCalc-GUI.py --noconsole
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 -F --add-data "Inter.ttf;." --add-data "icomoon.ttf;." --add-data "PyCalc-GUIico;." PyCalc-GUI.py --noconsole
47+
run: pyinstaller -F --add-data "Inter.ttf:." --add-data "icomoon.ttf:." --add-data "PyCalc-GUI.ico:." PyCalc-GUI.py --noconsole
4848
- name: Upload Linux artifact
4949
uses: actions/upload-artifact@v4
5050
with:

0 commit comments

Comments
 (0)