build: 更新Gradle插件和Gradle包装器版本,调整调试应用ID后缀 #387
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate Fastlane metadata | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [ "BiLi_PC_Gamer" ] | |
| pull_request: | |
| branches: [ "BiLi_PC_Gamer" ] | |
| jobs: | |
| go: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Validate Fastlane Supply Metadata | |
| uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2.0.0 |