Update main.yml

This commit is contained in:
Moritz Weber 2022-12-29 21:25:54 +01:00 committed by GitHub
parent c61347ed01
commit 4c5822ac86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- run: echo $KEYSTORE_GITHUB | base64 --decode > android/github.jks
- run: echo $KEY_PROPERTIES_DUMMY > android/key.properties
- run: echo $KEY_PROPERTIES_DUMMY | base64 --decode > android/key.properties
- run: echo $KEY_PROPERTIES_DUMMY
- run: cat android/key.properties