Skip to content

Commit

Permalink
Specify android target sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Jun 14, 2024
1 parent bc6e7a8 commit 08187dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
targetPlatform: Android
customImage: 'unityci/editor:ubuntu-2021.3.37f1-android-3.1.0'
androidExportType: androidPackage
androidTargetSdkVersion: 32
androidKeystoreName: user.keystore
androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }}
Expand All @@ -48,6 +49,7 @@ jobs:
customImage: 'unityci/editor:ubuntu-2021.3.37f1-android-3.1.0'
buildsPath: exported
androidExportType: androidStudioProject
androidTargetSdkVersion: 32
androidKeystoreName: qcxr.keystore
androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }}
Expand Down

0 comments on commit 08187dc

Please sign in to comment.