If you get any error in running the app, let the volunteers know and do not proceed further.
- Create your Github account
- Fork the repository to your own account.
- Go to Actions Tab on your GitHub repository, and enable it.
- Clone the repository from your account to your local system.
git clone <URL-to-your-repository>Example: If your username is ABC and the repository is called xyz, then use this command:
git clone https://github.com/ABC/xyz- Copy-paste the code to the newly cloned folder.
- Go the pubspec.yaml and change the environment value as such:
environment:
sdk: ">=3.8.0"- Run the below commands:
git add .
git commit -m "Building APK via GitHub Actions"
git push