Skip to content

Commit

Permalink
fix: 不上传APK
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 authored Jan 24, 2025
1 parent 2a2bb2f commit 3711287
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 @@ -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/[email protected]
with:
name: Release
Expand Down

0 comments on commit 3711287

Please sign in to comment.