SkSL shader warmup

This commit is contained in:
Thibault Deckers 2020-08-08 21:58:29 +09:00
parent 6a3f250218
commit 5b0cf841c1
2 changed files with 3 additions and 2 deletions

View file

@ -47,8 +47,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 flutter build apk --bundle-sksl-path shaders.sksl.json
flutter build appbundle flutter build appbundle --bundle-sksl-path shaders.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.sksl.json Normal file

File diff suppressed because one or more lines are too long