Update main.yml
This commit is contained in:
parent
2d4864ee69
commit
125f4a5dab
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue