Skip to content

Commit

Permalink
Merge pull request #10 from ahmedsaadx/dev
Browse files Browse the repository at this point in the history
[ appbundle ] versionCode=1 versionNumber=1.2.5
  • Loading branch information
ahmedsaadx authored Nov 3, 2024
2 parents 911bd37 + e840107 commit ebb8926
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 ebb8926

Please sign in to comment.