From eb42a8c9b870c7449f64fe91e316eebc74ca570c Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Sat, 26 Feb 2022 19:08:42 +0100 Subject: [PATCH] Update entrypoint.sh (#348) if there is both a unity package and a test-project in one github repo, then the token generation process is created Library folder and then the build of the test project breaks. Requires a tilde to ignore Library folder in _activate-license. Or need set the path ACTIVATE_LICENSE_PATH from the global ENV in runtime-action Co-authored-by: Maxim Vorobyev --- dist/platforms/ubuntu/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platforms/ubuntu/entrypoint.sh b/dist/platforms/ubuntu/entrypoint.sh index a8d382dc..36c8d5aa 100755 --- a/dist/platforms/ubuntu/entrypoint.sh +++ b/dist/platforms/ubuntu/entrypoint.sh @@ -4,7 +4,7 @@ # Create directory for license activation # -ACTIVATE_LICENSE_PATH="$GITHUB_WORKSPACE/_activate-license" +ACTIVATE_LICENSE_PATH="$GITHUB_WORKSPACE/_activate-license~" mkdir -p "$ACTIVATE_LICENSE_PATH" #