We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42e906 commit 1be7d4aCopy full SHA for 1be7d4a
docs/03-github/06-deployment/android.mdx
@@ -175,7 +175,7 @@ jobs:
175
- uses: game-ci/unity-builder@v3
176
with:
177
targetPlatform: Android
178
- androidAppBundle: true
+ androidExportType: androidAppBundle
179
androidKeystoreName: user # This file won't exist, but this property needs to exist.
180
androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
181
androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }}
0 commit comments