diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e9c42a4c4..b9c8bc88b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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