Skip to content

Instantly share code, notes, and snippets.

@nilsreichardt
Created January 30, 2022 20:41
Show Gist options
  • Save nilsreichardt/f51ef94401c7d8f873a0b17637f41c16 to your computer and use it in GitHub Desktop.
Save nilsreichardt/f51ef94401c7d8f873a0b17637f41c16 to your computer and use it in GitHub Desktop.
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