We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc990f2 commit 025ce54Copy full SHA for 025ce54
.github/workflows/build.yml
@@ -41,6 +41,11 @@ jobs:
41
with:
42
targetPlatform: Android
43
unityVersion: 2021.3.11f1
44
+ androidKeystoreName: springman # This file won't exist, but this property needs to exist.
45
+ androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
46
+ androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }}
47
+ androidKeyaliasName: ${{ secrets.ANDROID_KEYALIAS_NAME }}
48
+ androidKeyaliasPass: ${{ secrets.ANDROID_KEYALIAS_PASS }}
49
50
# Output
51
- uses: actions/upload-artifact@v3
0 commit comments