Created
January 30, 2022 20:41
-
-
Save nilsreichardt/f51ef94401c7d8f873a0b17637f41c16 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scripts: | |
... | |
- name: Build APK | |
script: flutter build apk --profile | |
# Save the path to the builds, so the GitHub CLI can access the build files. | |
artifacts: | |
- build/**/outputs/apk/**/*.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment