Fix path for bootstrap script (#884)

This commit is contained in:
Kevin 2022-01-19 12:37:40 +01:00 committed by GitHub
parent 5ae368762e
commit f7fcb8f884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

0
.github/scripts/app/bootstrap_mac.sh vendored Normal file → Executable file
View file

2
.github/scripts/app/build_mac.sh vendored Normal file → Executable file
View file

@ -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.