Skip to content

Commit

Permalink
Merge pull request #8 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 3a74608 + 27ee808 commit b543c8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appbundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ 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
env:
STOREFILE: ${{ secrets.STOREFILE }}
KEYALIAS: ${{ secrets.KEYALIAS }}
KEYPASSWORD: ${{ secrets.KEYPASSWORD }}
STOREPASSWORD: ${{ secrets.STOREPASSWORD }}
GOOGLE_JSON: ${{ secrets.GOOGLE_JSON }}

- name: Install GTK and Ninja
run: |
Expand Down

0 comments on commit b543c8d

Please sign in to comment.