Skip to content

Commit 0dc54c0

Browse files
authored
Update build.yml
Signed-off-by: Werner Fleischer <70745309+wfleischer@users.noreply.github.com>
1 parent 5312c92 commit 0dc54c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
echo $GOOGLE_PLAYSTORE_JKS_BASE64 | base64 --decode > android/GooglePlaystore.jks
3535
3636
- run: pwd
37-
- run: tail -n 1 android/key.properties
38-
- run: echo $GOOGLE_PLAYSTORE_JKS_BASE64 | tail -c 10
37+
- run: grep storeFile android/key.properties
38+
- run: echo $GOOGLE_PLAYSTORE_JKS_BASE64 | tail -c 20
3939
- run: ls -R
4040
- run: flutter --version
4141
- run: flutter pub get

0 commit comments

Comments
 (0)