Skip to content

Commit

Permalink
git: modify application suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed Feb 20, 2024
1 parent a81763d commit f44a8d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Modify applicationIdSuffix
run: sed -i 's/applicationIdSuffix ".release"/applicationIdSuffix ".snapshot"/' android/app/build.gradle

- name: Build APKs
run: flutter build apk --target-platform android-arm,android-arm64 --release --split-per-abi -v

Expand Down

0 comments on commit f44a8d7

Please sign in to comment.