Skip to content

Commit

Permalink
fixup! Use debug keystore secret from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
octogradiste committed Apr 12, 2024
1 parent cafcf25 commit 2597262
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
run: |
chmod +x ./gradlew
- name: Generate Debug Keystore
run: |
mkdir -p ~/.config/.android
keytool -genkey -v -keystore ~/.config/.android/debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000 -dname "C=US, O=Android, CN=Android Debug"
echo $DEBUG_KEYSTORE > ~/.config/.android/debug.keystore
- name: Signing Report
run: |
./gradlew signingReport
Expand Down

0 comments on commit 2597262

Please sign in to comment.