File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments