We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf9db4 commit b4cfd45Copy full SHA for b4cfd45
.github/workflows/qtDeploy.yaml
@@ -34,7 +34,7 @@ jobs:
34
- run: create-dmg dist/PySdfScad-macOS.dmg dist/pySdfScad-macOS.app
35
if: runner.os == 'macOS'
36
37
- - run: rm dist/pySdfScad-macOS.app
+ - run: rm dist/pySdfScad-macOS.app -r
38
39
40
# Optionally verify that it works (provided that it does not need user interaction)
0 commit comments