Skip to content

Commit

Permalink
Update fastlane.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 28, 2024
1 parent 9170841 commit d64ae6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/fastlane.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ $GITHUB_EVENT_NAME == 'pull_request' ]]; then
exit 1
fi

if [[ $OS == 'macos-latest' ]]; then
if [[ $RUNNER_OS == 'macOS' ]]; then
cd ios
echo "$APPLE_SECRETS" > APPLE_SECRETS.json
bundle exec fastlane beta
Expand Down

0 comments on commit d64ae6e

Please sign in to comment.