文件名称:action-release-debugapk::spider:从您的Android项目构建并发布调试APK
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-16 10:04:59
android actions android-app github-actions github-action
动作释放调试 :spider: 从您的Android项目构建并发布调试APK 警告 :warning: 添加目标分支(例如master)来构建APK以防止无限循环(释放release标签上的APK将触发动作的重新运行)。 用法 要使用该操作,只需.github/workflows/android.yml添加到.github/workflows/android.yml并提供所需的Secrets和Environment变量。 YML name: Build & Publish Debug APK on: push: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: set up JDK 1.8 uses:
【文件预览】:
action-release-debugapk-master
----action.yml(403B)
----Dockerfile(569B)
----screenshot.png(9KB)
----README.md(2KB)
----entrypoint.sh(270B)