Skip to content

Commit

Permalink
Update build.yml (signing)
Browse files Browse the repository at this point in the history
  • Loading branch information
2004seraph authored Oct 28, 2024
1 parent cc990f2 commit 025ce54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
with:
targetPlatform: Android
unityVersion: 2021.3.11f1
androidKeystoreName: springman # This file won't exist, but this property needs to exist.
androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }}
androidKeyaliasName: ${{ secrets.ANDROID_KEYALIAS_NAME }}
androidKeyaliasPass: ${{ secrets.ANDROID_KEYALIAS_PASS }}

# Output
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 025ce54

Please sign in to comment.