Skip to content

Instantly share code, notes, and snippets.

@wendreof
Last active September 25, 2021 19:22
Show Gist options
  • Save wendreof/62c0f94206a2cce46c0277684912794f to your computer and use it in GitHub Desktop.
Save wendreof/62c0f94206a2cce46c0277684912794f to your computer and use it in GitHub Desktop.
5-How-to-Safely-Build-Assigned-App-with-GitHub-Actions
# Steps 1 and 2 configurations...
# Decoding base64 key into a file
- run: echo "${{ secrets.KEYSTORE2 }}" | base64 --decode > android/app/key.jks
# Get dependencies and make assigned appbundle
- run: |
flutter pub get
flutter build appbundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment