SWE574-Fall2023-Group1 / SWE574-Fall2023-G1-mobile

Mobile code repository for SWE574 Fall2023 Group1
MIT License
6 stars 1 forks source link

Create APK file using GitHub Actions #18

Closed mert-aydin closed 11 months ago

mert-aydin commented 11 months ago

After each push to the repo, a new version of the app should be built and stored.

mert-aydin commented 11 months ago

will be researching for GitHub actions. app files will be stored on google drive and the file will be replaced after each version. let me know if you have any suggestions. @SWE574-Fall2023-Group1/mobile

ayhncvdr2 commented 11 months ago

@mert-aydin We are already creating an apk file in workflow, you may research unzipping and uploading to gdrive in pipeline step

sadikkuzu commented 11 months ago

@mert-aydin at the end of the pipeline, there exists an apk file under mobile/build/app/outputs/flutter-apk folder:

https://github.com/SWE574-Fall2023-Group1/SWE574-Fall2023-G1-mobile/blob/397d406383e57e1cd320d1f46ab112460bee04a4/.github/workflows/build_and_upload_apk.yml#L32-L42