Skip to content

Commit

Permalink
Merge pull request #61 from hannesa2/SimplifyDebugSignign
Browse files Browse the repository at this point in the history
Simplify debug signing
  • Loading branch information
hannesa2 committed Mar 25, 2021
2 parents b2a3942 + c0f26f9 commit 5212edf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/Android-CI.yml
Expand Up @@ -76,14 +76,8 @@ jobs:
java-version: 11.0.3
- name: Install Android SDK
uses: malinskiy/action-android/install-sdk@release/0.1.1
- name: Decrypt keystore
run: ./signing/decrypt.sh
env:
CRYPT_PASS: ${{ secrets.CRYPT_PASS }}
- name: Code checks
run: ./gradlew check
- name: cleanup keystore
run: ./signing/cleanup.sh
- name: Archive Lint report
uses: actions/upload-artifact@v2.2.2
if: ${{ always() }}
Expand Down

0 comments on commit 5212edf

Please sign in to comment.