Fix sound overlapping and keystore path in pipeline
All checks were successful
Build Android APK / build (push) Successful in 2m54s
All checks were successful
Build Android APK / build (push) Successful in 2m54s
This commit is contained in:
@@ -23,9 +23,9 @@ jobs:
|
||||
|
||||
- name: Setup Keystore
|
||||
run: |
|
||||
echo "${{ secrets.ANDROIDKEYSTOREBASE64 }}" | base64 -d > helldivers.keystore
|
||||
echo "${{ secrets.ANDROIDKEYSTOREBASE64 }}" | base64 -d > app/helldivers.keystore
|
||||
env:
|
||||
ANDROIDKEYSTOREPATH: helldivers.keystore
|
||||
ANDROIDKEYSTOREPATH: app/helldivers.keystore
|
||||
ANDROIDKEYSTOREPASS: ${{ secrets.ANDROIDKEYSTOREPASS }}
|
||||
ANDROIDKEYALIAS: ${{ secrets.ANDROIDKEYALIAS }}
|
||||
ANDROIDKEYPASS: ${{ secrets.ANDROIDKEYPASS }}
|
||||
|
||||
Reference in New Issue
Block a user