Update main.yml

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

View file

@ -26,8 +26,7 @@ jobs:
with:
java-version: '12.x'
distribution: 'zulu'
- run: mkdir -p ../signing
- run: echo $KEYSTORE_GITHUB | base64 --decode > ../signing/github.jks
- run: echo $KEYSTORE_GITHUB | base64 --decode > android/github.jks
- run: echo $KEY_PROPERTIES_GITHUB > android/key.properties
- uses: subosito/flutter-action@v2
with: