Fixed missing BlankProject

pull/647/head
Paul FIGIEL 2024-04-15 16:20:15 +02:00
parent f2250e958e
commit f32f05dee9
2 changed files with 1 additions and 3 deletions

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -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
#