diff --git a/.github/scripts/app/bootstrap_mac.sh b/.github/scripts/app/bootstrap_mac.sh old mode 100644 new mode 100755 diff --git a/.github/scripts/app/build_mac.sh b/.github/scripts/app/build_mac.sh old mode 100644 new mode 100755 index d3955425d..05ec44832 --- a/.github/scripts/app/build_mac.sh +++ b/.github/scripts/app/build_mac.sh @@ -7,7 +7,7 @@ # $ open ./test/support/notebooks/basic.livemd set -e -sh .github/scripts/bootstrap_mac.sh +sh .github/scripts/app/bootstrap_mac.sh . tmp/bootstrap_env.sh # If CODESIGN_IDENITY is set, let's build the .dmg which would also notarize it.