File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 continue-on-error : true
2929 - 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
31- -
uses : QQxiaoming/ create-dmg[email protected] 32- with :
33- name : dist/pySdfScad-macOS.dmg
34- srcdir : dist/pySdfScad-macOS.app
31+ - run : brew install create-dmg
32+ if : runner.os == 'macOS'
33+
34+ - run : create-dmg dist/PySdfScad-macOS.dmg dist/pySdfScad-macOS.app
3535 if : runner.os == 'macOS'
3636
37- - run : dist/pySdfScad-macOS && rm dist/pySdfScad-macOS.app
37+ - run : rm -R dist/pySdfScad-macOS.app
3838 if : runner.os == 'macOS'
3939
4040 # Optionally verify that it works (provided that it does not need user interaction)
You can’t perform that action at this time.
0 commit comments