Skip to content

Commit

Permalink
ci: 自动签名
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 authored Jan 24, 2025
1 parent eb8b64a commit 2eec884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eec884

Please sign in to comment.