加速Github Action

https://github.com/gradle/gradle-build-action
This commit is contained in:
ag2s20150909
2022-10-03 18:51:21 +08:00
parent 0867c1fc32
commit d0e7e60a09
3 changed files with 10 additions and 0 deletions

View File

@@ -69,6 +69,9 @@ jobs:
echo "统一版本号"
sed "/def version/c def version = \"${{ env.VERSION }}\"" $GITHUB_WORKSPACE/app/build.gradle -i
- name: Set up Gradle
uses: gradle/gradle-build-action@v2
- name: Build With Gradle
run: |
echo "开始进行${{ env.product }}构建"