Skip to content

Commit

Permalink
Update appbundle.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsaadx authored Nov 3, 2024
1 parent b543c8d commit 27cc914
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" >> 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 27cc914

Please sign in to comment.