Last active
September 25, 2021 19:22
-
-
Save wendreof/62c0f94206a2cce46c0277684912794f to your computer and use it in GitHub Desktop.
5-How-to-Safely-Build-Assigned-App-with-GitHub-Actions
This file contains hidden or 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
# 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