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 8be32cb commit be8a807Copy full SHA for be8a807
build-release.sh
@@ -33,7 +33,7 @@ TARGET=$TARGET_PLATFORM-$TARGET_ARCH
33
# Clean the existing build workspace, to keep targets 100% independent
34
# ------------------------------------------------------------------------
35
36
-rm -r ./tmp || true
+rm -rf ./tmp || true
37
38
39
# Build the package for this platform
0 commit comments