Skip to content

Commit

Permalink
Set up CI/CD for android
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Apr 4, 2024
1 parent 5cfdd67 commit 8b25a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
APKSIGN_KEY_PASS: ${{ secrets.APKSIGN_KEY_PASS }}

run: |
echo $APKSIGN_KEYSTORE_BASE64 | base64 -di > release.jks
echo $APKSIGN_KEYSTORE_BASE64 | base64 --decode > release.jks
export APKSIGN_KEYSTORE=`pwd`/release.jks
cd khelo
file='VERSION'
Expand Down

0 comments on commit 8b25a0e

Please sign in to comment.