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