From f44a8d7802665e35f1f9a6eecb8135d005836d67 Mon Sep 17 00:00:00 2001 From: MSOB7YY Date: Tue, 20 Feb 2024 02:04:56 +0200 Subject: [PATCH] git: modify application suffix --- .github/workflows/dart.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 50806e487..f04268245 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -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