Skip to content

Commit

Permalink
Update GitHub Actions to decode keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
MrME-CodeSmith committed Oct 25, 2023
1 parent 608aa3f commit 9fc4d33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
run: flutter test
working-directory: client

- name: Decode keystore file
env:
KEYSTORE: ${{ secrets.KEYSTORE }}
run: |
echo $KEYSTORE | base64 --decode > /home/runner/work/Koja/Koja/client/android/app/mykey.jks
- name: Build Flutter app
run: flutter build apk
working-directory: client
Expand Down

0 comments on commit 9fc4d33

Please sign in to comment.