upd CI workflow

This commit is contained in:
Yuriy Liskov
2025-12-21 05:27:17 +02:00
parent 27ccf0d197
commit 89888e8a64

View File

@@ -45,6 +45,9 @@ jobs:
echo "keyPassword='${{ secrets.KEY_PASSWORD }}'" >> smarttubetv/keystore.properties
echo "storeFile='../key.jks'" >> smarttubetv/keystore.properties
echo "${{ secrets.SIGNING_KEY }}" | base64 --decode > key.jks
else
echo "ERROR: SIGNING_KEY secret is not set."
exit 1
fi
- name: Build with Gradle