Skip to content

Commit

Permalink
update keystore locaiton
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Jan 22, 2025
1 parent d550d3a commit d5a6080
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,9 @@ jobs:
- name: Decode Keystore
run: |
mkdir -p android/app/app
cd android/app
echo "${{ secrets.RELEASE_KEYSTORE }}" > release.keystore.base64
base64 -d release.keystore.base64 > android/app/app/release.keystore
- name: Setup Gradle
run: |
cd android
if [ ! -f "gradlew" ]; then
gradle wrapper
fi
chmod +x gradlew
base64 -d release.keystore.base64 > release.keystore
- name: Build Release APK
env:
Expand Down

0 comments on commit d5a6080

Please sign in to comment.