mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-11 04:43:41 -04:00
Fixed missing BlankProject
This commit is contained in:
parent
f2250e958e
commit
f32f05dee9
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
2
dist/platforms/mac/entrypoint.sh
vendored
2
dist/platforms/mac/entrypoint.sh
vendored
@ -14,7 +14,6 @@ if [ "$SKIP_ACTIVATION" != "true" ]; then
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
ACTIVATE_LICENSE_PATH="$ACTION_FOLDER/BlankProject"
|
ACTIVATE_LICENSE_PATH="$ACTION_FOLDER/BlankProject"
|
||||||
mkdir -p "$ACTIVATE_LICENSE_PATH"
|
|
||||||
|
|
||||||
source $ACTION_FOLDER/platforms/mac/steps/activate.sh
|
source $ACTION_FOLDER/platforms/mac/steps/activate.sh
|
||||||
else
|
else
|
||||||
@ -33,7 +32,6 @@ source $ACTION_FOLDER/platforms/mac/steps/build.sh
|
|||||||
|
|
||||||
if [ "$SKIP_ACTIVATION" != "true" ]; then
|
if [ "$SKIP_ACTIVATION" != "true" ]; then
|
||||||
source $ACTION_FOLDER/platforms/mac/steps/return_license.sh
|
source $ACTION_FOLDER/platforms/mac/steps/return_license.sh
|
||||||
rm -r "$ACTIVATE_LICENSE_PATH"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user