From e7c950f3c912f78a2d39285f90fc77d026ff050d Mon Sep 17 00:00:00 2001 From: NoCrypt <57245077+NoCrypt@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:31:39 +0700 Subject: [PATCH] CI: typo --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3d9431d..9b7e0a7 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -86,7 +86,7 @@ jobs: action: filippoLeporati93/android-release-signer@v1 with: | releaseDirectory: capacitor/android/app/build/outputs/apk/release - signingKeyBase64: | + signingKeyBase64: > ${{ secrets.SIGNING_KEY }} alias: ${{ secrets.ALIAS }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} @@ -97,7 +97,7 @@ jobs: - uses: jungwinter/split@v2 id: signed_files with: - msg: ${{ fromJSON( steps.sign_app.outputs.out ).signedReleaseFiles }} + msg: ${{ fromJSON( steps.sign_app.outputs.outputs ).signedReleaseFiles }} separator: ':' - name: Upload APK to release