diff --git a/Scripts/build.sh b/Scripts/build.sh index 3e95e2b4..86e7709a 100644 --- a/Scripts/build.sh +++ b/Scripts/build.sh @@ -44,7 +44,7 @@ echo "::endgroup::" if [[ ! -v SKIP_BUILD ]]; then # This is re-used for the linting job, which doesn't require a full build # Build if [[ $OS == 'macos-latest' ]]; then - echo doing nothing + echo doing nothing Awoo #flutter build ipa $DEBUG --no-codesign --build-number="$BUILD_NUMBER" --build-name="$VERSION" else if [[ $GITHUB_EVENT_NAME == 'push' ]]; then