Skip to content

Commit 025ce54

Browse files
authored
Update build.yml (signing)
1 parent cc990f2 commit 025ce54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
with:
4242
targetPlatform: Android
4343
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 }}
4449

4550
# Output
4651
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)