Skip to content

Commit

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

- name: Modify applicationIdSuffix
run: sed -i 's/applicationIdSuffix ".release"/applicationIdSuffix ".snapshot"/' android/app/build.gradle
- name: Modify applicationId
run: sed -i 's/applicationId "com.msob7y.namida"/applicationId "com.msob7y.namida.snapshot"/g' 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 6058818

Please sign in to comment.