From b76a58defbb7d09fb19c02d982ca6efcc71b4341 Mon Sep 17 00:00:00 2001 From: niyangup Date: Wed, 30 Dec 2020 13:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 164ccf8..1d0b7b1 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -26,9 +26,9 @@ jobs: - run: flutter doctor -v - run: flutter pub get - run: flutter test - - run: flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi --debug + - run: flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi # 发布到 Release - - name: Debug apk + - name: Release apk uses: ncipollo/release-action@v1.5.0 with: artifacts: "build/app/outputs/apk/release/*.apk"