fix: 不上传APK

This commit is contained in:
Super12138 2025-01-24 11:01:33 +08:00 committed by GitHub
parent 2a2bb2f827
commit 3711287ad5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ jobs:
run: ./gradlew assembleRelease
- 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
with:
name: Release