Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Celestial04 authored Jan 29, 2025
1 parent 5dd4470 commit e2068d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
run: chmod +x gradlew

- name: Decode Keystore
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > my-release-key.jks
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > webKeyRL.jks

- name: Debug - Check Keystore existence
run: ls -la webKeyRL.jks

- name: Build Signed APK
run: |
Expand Down

0 comments on commit e2068d2

Please sign in to comment.