Skip to content

Commit

Permalink
Merge pull request #9 from ahmedsaadx/dev
Browse files Browse the repository at this point in the history
[ appbundle ] versionCode=1 versionNumber=1.2.4
  • Loading branch information
ahmedsaadx authored Nov 3, 2024
2 parents 27cc914 + 346d7c6 commit 911bd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appbundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "keyAlias=$KEYALIAS" >> android/app/key.properties
echo "storePassword=$STOREPASSWORD" >> android/app/key.properties
echo "keyPassword=$KEYPASSWORD" >> android/app/key.properties
echo "GOOGLE_JSON" | base64 --decode > android/app/google-services.json
echo "GOOGLE_JSON" | base64 --decode > android/app/google-services.json
env:
STOREFILE: ${{ secrets.STOREFILE }}
KEYALIAS: ${{ secrets.KEYALIAS }}
Expand Down

0 comments on commit 911bd37

Please sign in to comment.