CI: removed shader config for flutter v1.17.5
This commit is contained in:
parent
fc03b547db
commit
70018160c3
2 changed files with 2 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -49,8 +49,8 @@ jobs:
|
|||
echo "${{ secrets.KEY_JKS }}" > release.keystore.asc
|
||||
gpg -d --passphrase "${{ secrets.KEY_JKS_PASSPHRASE }}" --batch release.keystore.asc > $AVES_STORE_FILE
|
||||
rm release.keystore.asc
|
||||
flutter build apk --bundle-sksl-path shaders_1.17.5.sksl.json
|
||||
flutter build appbundle --bundle-sksl-path shaders_1.17.5.sksl.json
|
||||
flutter build apk
|
||||
flutter build appbundle
|
||||
rm $AVES_STORE_FILE
|
||||
env:
|
||||
AVES_STORE_FILE: ${{ github.workspace }}/key.jks
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue