Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 335 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 335 Bytes

🚀 Ship beautiful apps faster with Flutter & GitHub Actions 🚀

Getting started

To use the workflow for your own repo you simply need to copy the .github folder into your repository and make the following changes.

  1. Convert your key.jks file to a base64 string with openssl base64 -in key.jks > key.jks.txt -A
  2. Step 2