Skip to content

Commit 2c8f510

Browse files
committed
Edited workflow
1 parent c0ed58f commit 2c8f510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qtDeploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: install project
2727
run: poetry install --all-extras --no-interaction --no-cache -vvv
2828
continue-on-error: true
29-
- run: QT_QPA_PLATFORM=minimal poetry run pyinstaller pysdfscad_qtgui/main.py --onefile --name=pySdfScad-${{matrix-os}} --collect-data pysdfscad --collect-data pysdfscad_qtgui --windowed
29+
- run: QT_QPA_PLATFORM=minimal poetry run pyinstaller pysdfscad_qtgui/main.py --onefile --name=pySdfScad-${{matrix.os}} --collect-data pysdfscad --collect-data pysdfscad_qtgui --windowed
3030

3131
# Optionally verify that it works (provided that it does not need user interaction)
3232
#- run: ./dist/your-code/your-code

0 commit comments

Comments
 (0)