revert: 取消自动签名
This commit is contained in:
parent
2eec884a03
commit
39e0f33e7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
run: ./gradlew assembleRelease
|
||||
|
||||
- name: Upload APK
|
||||
if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo'
|
||||
if: success() && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && github.repository == 'Super12138/ToDo'
|
||||
uses: actions/upload-artifact@v4.5.0
|
||||
with:
|
||||
name: Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue