fix: 不上传APK
This commit is contained in:
parent
2a2bb2f827
commit
3711287ad5
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
|
run: ./gradlew assembleRelease
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
if: success() && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && github.repository == 'Super12138/ToDo'
|
if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo'
|
||||||
uses: actions/upload-artifact@v4.5.0
|
uses: actions/upload-artifact@v4.5.0
|
||||||
with:
|
with:
|
||||||
name: Release
|
name: Release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue