We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5312c92 commit 0dc54c0Copy full SHA for 0dc54c0
.github/workflows/build.yml
@@ -34,8 +34,8 @@ jobs:
34
echo $GOOGLE_PLAYSTORE_JKS_BASE64 | base64 --decode > android/GooglePlaystore.jks
35
36
- run: pwd
37
- - run: tail -n 1 android/key.properties
38
- - run: echo $GOOGLE_PLAYSTORE_JKS_BASE64 | tail -c 10
+ - run: grep storeFile android/key.properties
+ - run: echo $GOOGLE_PLAYSTORE_JKS_BASE64 | tail -c 20
39
- run: ls -R
40
- run: flutter --version
41
- run: flutter pub get
0 commit comments