Update main.yml

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

View file

@ -23,7 +23,6 @@ jobs:
steps:
# 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 "Hello world"
- run: echo $KEYSTORE_GITHUB | base64 -d > android/github.jks
- run: echo $KEY_PROPERTIES_DUMMY | base64 -d > android/key.properties
- run: cat android/key.properties