Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 27, 2024
1 parent f672dfb commit c1388fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1388fe

Please sign in to comment.