Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenTails/tail_app
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 11, 2024
2 parents 98b09c7 + 434e225 commit 2d62cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
#SENTRY_URL: ${{ inputs.sentry-url }}
- name: Build AppBundle
shell: bash
run: flutter build appbundle --split-debug-info=./symbols --build-number="$BUILD_NUMBER" --build-name="$VERSION" --dart-define=cronetHttpNoPlay=true
run: flutter build appbundle --split-debug-info=./symbols --build-number="$BUILD_NUMBER" --build-name="$VERSION"
env:
VERSION: ${{ inputs.version }}
BUILD_NUMBER: ${{ inputs.build-number }}
Expand Down

0 comments on commit 2d62cac

Please sign in to comment.