Skip to content

Commit

Permalink
Build: Replace outdated property androidAppBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
0thElement committed Jul 29, 2024
1 parent 6e6c780 commit 76ee99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 76ee99f

Please sign in to comment.