Skip to content

Commit 22a873a

Browse files
authored
Update test_apk.yml
1 parent 4e773f9 commit 22a873a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test_apk.yml

-12
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ jobs:
3838
mkdir -p $APK_BUILD_DIR
3939
cp -r . $APK_BUILD_DIR
4040
41-
- name: Decode key.properties file
42-
working-directory: ${{ env.APK_BUILD_DIR }}
43-
env:
44-
ENCODED_STRING: ${{ secrets.ANDROID_KEY_PROPERTIES }}
45-
run: echo $ENCODED_STRING | base64 -di > app/android/key.properties
46-
47-
- name: Decode android-keystore.jks file
48-
working-directory: ${{ env.APK_BUILD_DIR }}
49-
env:
50-
ENCODED_STRING: ${{ secrets.ANDROID_KEY_STORE }}
51-
run: mkdir secrets && echo $ENCODED_STRING | base64 -di > secrets/android-keystore.jks
52-
5341
- name: Set up JDK 17
5442
uses: actions/setup-java@v4
5543
with:

0 commit comments

Comments
 (0)