CI: use shaders for flutter v.1.17.5

This commit is contained in:
Thibault Deckers 2020-08-30 21:47:06 +09:00
parent 42105f68f7
commit 34e69d36bf
2 changed files with 3 additions and 2 deletions

View file

@ -49,8 +49,8 @@ jobs:
echo "${{ secrets.KEY_JKS }}" > release.keystore.asc echo "${{ secrets.KEY_JKS }}" > release.keystore.asc
gpg -d --passphrase "${{ secrets.KEY_JKS_PASSPHRASE }}" --batch release.keystore.asc > $AVES_STORE_FILE gpg -d --passphrase "${{ secrets.KEY_JKS_PASSPHRASE }}" --batch release.keystore.asc > $AVES_STORE_FILE
rm release.keystore.asc rm release.keystore.asc
flutter build apk --bundle-sksl-path shaders.sksl.json flutter build apk --bundle-sksl-path shaders_1.17.5.sksl.json
flutter build appbundle --bundle-sksl-path shaders.sksl.json flutter build appbundle --bundle-sksl-path shaders_1.17.5.sksl.json
rm $AVES_STORE_FILE rm $AVES_STORE_FILE
env: env:
AVES_STORE_FILE: ${{ github.workspace }}/key.jks AVES_STORE_FILE: ${{ github.workspace }}/key.jks

1
shaders_1.17.5.sksl.json Normal file

File diff suppressed because one or more lines are too long