Skip to content

Commit

Permalink
Update build_gh.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 28, 2024
1 parent fddc030 commit f57e4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build_gh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi

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
if [[ $RUNNER_OS == 'macOS' ]]; then
echo doing nothing Awoo
#flutter build ipa $DEBUG --no-codesign --build-number="$BUILD_NUMBER" --build-name="$VERSION"
else
Expand Down

0 comments on commit f57e4f2

Please sign in to comment.