Skip to content

Commit 89888e8

Browse files
committed
upd CI workflow
1 parent 27ccf0d commit 89888e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
echo "keyPassword='${{ secrets.KEY_PASSWORD }}'" >> smarttubetv/keystore.properties
4646
echo "storeFile='../key.jks'" >> smarttubetv/keystore.properties
4747
echo "${{ secrets.SIGNING_KEY }}" | base64 --decode > key.jks
48+
else
49+
echo "ERROR: SIGNING_KEY secret is not set."
50+
exit 1
4851
fi
4952
5053
- name: Build with Gradle

0 commit comments

Comments
 (0)