Skip to content

Commit ac859f3

Browse files
committed
Changed matrix to runner...
1 parent 2c8f510 commit ac859f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qtDeploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ 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-${{runner.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
3333
- uses: actions/upload-artifact@v3
3434
with:
35-
name: build-${{matrix.os}}
35+
name: build-${{runner.os}}
3636
path: dist/*
3737
release:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)