Skip to content

Commit a5a56ee

Browse files
authored
Update qtDeploy.yaml
1 parent b4cfd45 commit a5a56ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qtDeploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: create-dmg dist/PySdfScad-macOS.dmg dist/pySdfScad-macOS.app
3535
if: runner.os == 'macOS'
3636

37-
- run: rm dist/pySdfScad-macOS.app -r
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)