reverted changes to build action

This commit is contained in:
moritz-weber 2023-08-23 12:13:16 -04:00
parent 65c5506e02
commit e7c71cee80

View file

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