From 76ee99f7d4bec1fde6dc307640a6e01b60c5b11e Mon Sep 17 00:00:00 2001 From: 0thElement Date: Mon, 29 Jul 2024 12:37:16 +0700 Subject: [PATCH] Build: Replace outdated property androidAppBundle --- .github/workflows/release_internal.yml | 2 +- .github/workflows/release_public.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_internal.yml b/.github/workflows/release_internal.yml index 5c5570fd..dffa18a2 100644 --- a/.github/workflows/release_internal.yml +++ b/.github/workflows/release_internal.yml @@ -84,7 +84,7 @@ jobs: UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: targetPlatform: Android - androidAppBundle: true + androidExportType: androidAppBundle androidKeystoreName: arccreate androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }} androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }} diff --git a/.github/workflows/release_public.yml b/.github/workflows/release_public.yml index 253c2677..0c83a0ff 100644 --- a/.github/workflows/release_public.yml +++ b/.github/workflows/release_public.yml @@ -51,7 +51,7 @@ jobs: targetPlatform: ${{ matrix.targetPlatform }} buildName: ArcCreate androidKeystoreName: arccreate - androidAppBundle: true + androidExportType: androidAppBundle androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }} androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }} androidKeyaliasName: ${{ secrets.ANDROID_KEYALIAS_NAME }}