We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ccf0d commit 89888e8Copy full SHA for 89888e8
.github/workflows/CI.yml
@@ -45,6 +45,9 @@ jobs:
45
echo "keyPassword='${{ secrets.KEY_PASSWORD }}'" >> smarttubetv/keystore.properties
46
echo "storeFile='../key.jks'" >> smarttubetv/keystore.properties
47
echo "${{ secrets.SIGNING_KEY }}" | base64 --decode > key.jks
48
+ else
49
+ echo "ERROR: SIGNING_KEY secret is not set."
50
+ exit 1
51
fi
52
53
- name: Build with Gradle
0 commit comments