CI: removed shader config for flutter v1.17.5

This commit is contained in:
Thibault Deckers 2020-08-30 22:02:51 +09:00
parent fc03b547db
commit 70018160c3
2 changed files with 2 additions and 3 deletions

View file

@ -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