From 14536a68f437d2f9851373cda10d0a1e75872a34 Mon Sep 17 00:00:00 2001 From: Joey Date: Mon, 29 May 2023 00:28:01 -0400 Subject: [PATCH] testing android signing --- .github/workflows/dart.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 7e343cb..d986dca 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -87,10 +87,14 @@ jobs: - name: Install dependencies run: flutter pub get + + - run: mkdir .key + - name: Decode android/neumodore_key.jks run: echo "${{ secrets.KEYSTORE }}" | base64 --decode > .key/keystore.jks - name: Decode android/key.properties + run: echo "${{ secrets.KEY_PROPERTIES }}" | base64 --decode > .key/key.properties - run: flutter build apk --release --split-debug-info=''