Skip to content

Commit 98ba489

Browse files
authored
Update build.yml
Signed-off-by: Werner Fleischer <70745309+wfleischer@users.noreply.github.com>
1 parent 6c9add0 commit 98ba489

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,8 @@ jobs:
2121
with:
2222
channel: 'stable'
2323

24-
- name: Save the store key properties to android/key.properties
25-
env:
26-
ANDROID_STORE_KEY_PROPERTIES: ${{ secrets.ANDROID_STORE_KEY_PROPERTIES }}
27-
run: |
28-
echo -en $ANDROID_STORE_KEY_PROPERTIES > android/key.properties
29-
30-
- name: Decode the store key to android/GooglePlaystore.jks
31-
env:
32-
GOOGLE_PLAYSTORE_JKS_BASE64: ${{ secrets.GOOGLE_PLAYSTORE_JKS_BASE64 }}
33-
run: |
34-
echo -en $GOOGLE_PLAYSTORE_JKS_BASE64 | base64 --decode > android/GooglePlaystore.jks
35-
24+
- run: echo -en "${{ secrets.ANDROID_STORE_KEY_PROPERTIES }}" > android/key.properties
25+
- run: echo -en "${{ secrets.GOOGLE_PLAYSTORE_JKS_BASE64 }}" | base64 --decode > android/GooglePlaystore.jks
3626
- run: pwd
3727
- run: wc android/key.properties
3828
- run: TEST=$(grep storeFile android/key.properties)

0 commit comments

Comments
 (0)