danielo515 commented on issue #729:
URL: https://github.com/apache/cordova-android/issues/729#issuecomment-655577554


   > @jfoclpf I got it working on circle ci.
   > 
   > The steps are:
   > 
   > ```
   > 1 - run:
   >       name: Build android!
   >       command: 'ionic cordova build android --prod --release'
   > 
   > 2  - run:
   >       name: Build an app bundle
   >       command: 'cd /Users/test_user/project/platforms/android && ./gradlew 
bundle'
   > 3 - run:
   >       name: Signing an app bundle
   >       command: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 
-keystore /Users/test_user/project/sign/my_key.keystore 
/Users/test_user/project/platforms/android/app/build/outputs/bundle/release/app.aab
 todoapp -storepass my_password
   > ```
   > 
   > 4 - Upload app.aab to google play.
   
   This is exactly what I needed. Worked like a charm on github actions (with 
some minnor modifications)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to