Skip to content

Commit 9c12fe0

Browse files
committed
Merge branch 'main' of github.com:traverseda/PySdfScad
2 parents 1abfc01 + a5a56ee commit 9c12fe0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/qtDeploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)