This commit is contained in:
4
.github/workflows/ci_build_1.21.yml
vendored
4
.github/workflows/ci_build_1.21.yml
vendored
@ -16,7 +16,9 @@ jobs:
|
||||
- name: 初始化Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
- name: 构建项目
|
||||
run: ./gradlew build
|
||||
run: |
|
||||
chmod 755 ./gradlew
|
||||
./gradlew build
|
||||
- name: 上传构建
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user