mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-01-06 22:10:32 -06:00
upd CI workflow
This commit is contained in:
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user