ci: 自动签名

This commit is contained in:
Super12138 2025-01-24 10:54:07 +08:00 committed by GitHub
parent eb8b64ab9e
commit 2eec884a03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
run: chmod +x gradlew
- name: Write sign info
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && github.repository == 'Super12138/ToDo'
if: github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo'
run: |
if [ ! -z "${{ secrets.SIGNING_KEY }}" ]; then
echo releaseStorePassword='${{ secrets.KEY_STORE_PASSWORD }}' >> gradle.properties