diff --git a/dist/index.js.map b/dist/index.js.map index c8ffcd06..f243b1f6 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/dist/platforms/mac/entrypoint.sh b/dist/platforms/mac/entrypoint.sh index 90819bbe..29317f6a 100755 --- a/dist/platforms/mac/entrypoint.sh +++ b/dist/platforms/mac/entrypoint.sh @@ -14,7 +14,6 @@ if [ "$SKIP_ACTIVATION" != "true" ]; then fi; ACTIVATE_LICENSE_PATH="$ACTION_FOLDER/BlankProject" - mkdir -p "$ACTIVATE_LICENSE_PATH" source $ACTION_FOLDER/platforms/mac/steps/activate.sh else @@ -33,7 +32,6 @@ source $ACTION_FOLDER/platforms/mac/steps/build.sh if [ "$SKIP_ACTIVATION" != "true" ]; then source $ACTION_FOLDER/platforms/mac/steps/return_license.sh - rm -r "$ACTIVATE_LICENSE_PATH" fi #