From 60588181ac274ce28c6ecba918a1f40f68d9f54b Mon Sep 17 00:00:00 2001 From: MSOB7YY Date: Tue, 20 Feb 2024 02:19:40 +0200 Subject: [PATCH] git: fix build --- .github/workflows/dart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index f0426824..12d500de 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -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