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=''