From c22265ef424a29d235a487bf4eb5b766b1c07b3f Mon Sep 17 00:00:00 2001 From: Codel1417 Date: Fri, 7 Jun 2024 15:34:30 -0400 Subject: [PATCH] update build jks path --- .github/actions/build_android/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build_android/action.yml b/.github/actions/build_android/action.yml index 1c2ae7d9..17b60c25 100644 --- a/.github/actions/build_android/action.yml +++ b/.github/actions/build_android/action.yml @@ -37,7 +37,7 @@ runs: - name: Write Certificate shell: bash if: github.event_name == 'push' - run: echo -n "$ANDROID_KEY_JKS" | base64 -d > ./android/AndroidKeystoreCodel1417.jks + run: echo -n "$ANDROID_KEY_JKS" | base64 -d > ./android/tailCo.jks env: ANDROID_KEY_JKS: ${{ inputs.android-key-jks }} - name: Build APK