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 }}