Skip to content

Commit

Permalink
Develop build
Browse files Browse the repository at this point in the history
  • Loading branch information
anttileppa committed Apr 24, 2024
1 parent b0a9179 commit 411a12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop-build-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
export KEYCLOAK_CLIENT_SECRET=${{ secrets.KEYCLOAK_CLIENT_SECRET }}
export UPDATES_URL=${{ secrets.UPDATES_URL }}
java -version
echo ${{ secrets.SIGN_KEYSTORE }} > /tmp/app.keystore.b64 && base64 -d -i /tmp/app.keystore.b64 > /tmp/app.keystore
echo storePassword=${{ secrets.SIGN_STORE_PASSWORD }} >> android/key.properties
echo keyPassword=${{ secrets.SIGN_KEY_PASSWORD }} >> android/key.properties
Expand Down

0 comments on commit 411a12f

Please sign in to comment.