From c1f71fe56131294f7e21f93cf0378d3463f78e97 Mon Sep 17 00:00:00 2001 From: orl0pl Date: Fri, 24 Nov 2023 10:28:21 +0100 Subject: [PATCH] disabled keystore --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 422920f3..666de7ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,10 +56,6 @@ jobs: - uses: subosito/flutter-action@v1 with: channel: "stable" - - - name: Generate debug keystore (Pull Request) - if: github.event_name == 'pull_request' - run: keytool -genkey -v -keystore /home/runner/work/liftoff/liftoff/android/app/key.jks -alias androiddebugkey -storepass android -keypass android -keyalg RSA -keysize 2048 -validity 10000 -dname "CN=Android Debug,O=Android,C=US" - name: Android build (Pull Request) if: github.event_name == 'pull_request'