diff --git a/action/steps/build.sh b/action/steps/build.sh index a9afa93a..c7f50449 100644 --- a/action/steps/build.sh +++ b/action/steps/build.sh @@ -125,7 +125,9 @@ fi # Add permissions to make app runnable if [[ "$BUILD_TARGET" == "StandaloneOSX" ]]; then - chmod +x $BUILD_PATH_FULL/StandaloneOSX.app/Contents/MacOS/* + ADD_PERMISSIONS_PATH=$BUILD_PATH_FULL/StandaloneOSX.app/Contents/MacOS/* + echo "Making the following path executable: $ADD_PERMISSIONS_PATH" + chmod +x $ADD_PERMISSIONS_PATH fi #