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 ea321b9 commit 988a131
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ jobs:
echo $APKSIGN_KEYSTORE_BASE64 | base64 -di > release.jks
export APKSIGN_KEYSTORE=`pwd`/release.jks
cd android
gem install bundler -v 2.4.22
bundle install
echo $APP_PLAY_SERVICE_JSON > base64 --decode > google_play_api_key.json
flutter build apk --release --build-number=$buildNumber --buildName=$buildName
mv build/app/outputs/apk/release/Khelo*.apk .
- name: Upload APK Artifact
uses: actions/upload-artifact@v2
with:
name: Khelo APK
path: Khelo*.apk
retention-days: 2


0 comments on commit 988a131

Please sign in to comment.