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 b4cfd45 commit a5a56eeCopy full SHA for a5a56ee
.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 -r
+ - run: rm -R dist/pySdfScad-macOS.app
38
39
40
# Optionally verify that it works (provided that it does not need user interaction)
0 commit comments