Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
在GitHub工作流的配置中,去除了在pull_request事件触发时,上传android/app/build/outputs/**/*.apk为生产Artifact的步骤。这样做的目的是简化工作流,只在push事件时执行Automatic Releases相关的操作。 相关配置文件:.github/workflows/release.yml
- Loading branch information