Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1474443844 authored Dec 11, 2024
1 parent c2dafc7 commit 9ce2adc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Build with Gradle
run: ./gradlew assembleRelease

- name: List files in app/release directory
run: |
ls -la app/release/ # 列出 app/release 目录下的所有文件,包括隐藏文件
- name: Upload APK to GitHub Release
if: success() # Only proceed if the build is successful
id: create_release
Expand Down

0 comments on commit 9ce2adc

Please sign in to comment.