Skip to content

Commit

Permalink
chore: fixing macos build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kridai committed Feb 24, 2022
1 parent 58e4a62 commit 3a0011a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/scripts/pack_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ notarize_and_staple() {
}

pack_macos() {
if ["$REPOSITORY_OWNER" == "twilio"]
then
# if [ "$REPOSITORY_OWNER" == "twilio" ]
# then
import_certificate
npx oclif-dev pack:macos
notarize_and_staple
else
npx oclif-dev pack:macos
fi
# else
# npx oclif-dev pack:macos
# fi
}

make install
Expand Down

0 comments on commit 3a0011a

Please sign in to comment.