Skip to content

Commit 1be7d4a

Browse files
authored
Replace androidAppBundle with androidExportType (#434)
1 parent f42e906 commit 1be7d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-github/06-deployment/android.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- uses: game-ci/unity-builder@v3
176176
with:
177177
targetPlatform: Android
178-
androidAppBundle: true
178+
androidExportType: androidAppBundle
179179
androidKeystoreName: user # This file won't exist, but this property needs to exist.
180180
androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
181181
androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }}

0 commit comments

Comments
 (0)