misc: fix ci

This commit is contained in:
tiann 2022-12-15 14:25:46 +08:00
parent 5c2ae65ad8
commit 21e2306a50
No known key found for this signature in database
GPG Key ID: 6D3F65FFD9559C06

View File

@ -21,7 +21,7 @@ jobs:
- name: Extract keystore
if: ${{ ( github.event_name != 'pull_request' && github.ref == 'refs/heads/main' ) || github.ref_type == 'tag' }}
run: |
if [ ! -z "${{ secrets.KEY_STORE }}" ]; then
if [ ! -z "${{ secrets.KEYSTORE }}" ]; then
echo KEYSTORE_PASSWORD='${{ secrets.KEYSTORE_PASSWORD }}' >> sign.properties
echo KEY_ALIAS='${{ secrets.KEY_ALIAS }}' >> sign.properties
echo KEY_PASSWORD='${{ secrets.KEY_PASSWORD }}' >> sign.properties