Fix script paths

pull/326/head
Andrew Kahr 2022-01-25 23:33:03 -08:00
parent 3f364f7260
commit 2b6e9e14c3
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@
# #
# Run steps # Run steps
# #
source $SCRIPT_DIRECTORY/steps/setup.sh source $GITHUB_ACTION_PATH/platforms/mac/steps/setup.sh
source $SCRIPT_DIRECTORY/steps/activate.sh source $GITHUB_ACTION_PATH/platforms/mac/steps/activate.sh
source $SCRIPT_DIRECTORY/steps/build.sh source $GITHUB_ACTION_PATH/platforms/mac/steps/build.sh
source $SCRIPT_DIRECTORY/steps/return_license.sh source $GITHUB_ACTION_PATH/platforms/mac/steps/return_license.sh
# #
# Instructions for debugging # Instructions for debugging