From 2b6e9e14c369f6d4aa23c1e09c53b7b2edc3ef77 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Tue, 25 Jan 2022 23:33:03 -0800 Subject: [PATCH] Fix script paths --- dist/platforms/mac/entrypoint.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/platforms/mac/entrypoint.sh b/dist/platforms/mac/entrypoint.sh index e7c1d08b..0d3036d4 100755 --- a/dist/platforms/mac/entrypoint.sh +++ b/dist/platforms/mac/entrypoint.sh @@ -3,10 +3,10 @@ # # Run steps # -source $SCRIPT_DIRECTORY/steps/setup.sh -source $SCRIPT_DIRECTORY/steps/activate.sh -source $SCRIPT_DIRECTORY/steps/build.sh -source $SCRIPT_DIRECTORY/steps/return_license.sh +source $GITHUB_ACTION_PATH/platforms/mac/steps/setup.sh +source $GITHUB_ACTION_PATH/platforms/mac/steps/activate.sh +source $GITHUB_ACTION_PATH/platforms/mac/steps/build.sh +source $GITHUB_ACTION_PATH/platforms/mac/steps/return_license.sh # # Instructions for debugging