Skip to content

Commit

Permalink
disabled keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
orl0pl committed Nov 24, 2023
1 parent 98e84a5 commit c1f71fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c1f71fe

Please sign in to comment.