reverted changes to build action
This commit is contained in:
parent
65c5506e02
commit
e7c71cee80
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue