Fix yml syntax
This commit is contained in:
parent
90fd2f0716
commit
abd26d6cdf
16
.github/workflows/gradle.yml
vendored
16
.github/workflows/gradle.yml
vendored
@ -23,15 +23,15 @@ jobs:
|
|||||||
- name: Clean
|
- name: Clean
|
||||||
run: yes | rm -rf ./arclight-coremod/build/libs
|
run: yes | rm -rf ./arclight-coremod/build/libs
|
||||||
- name: Cache Gradle User Files
|
- name: Cache Gradle User Files
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ~/.gradle
|
path: ~/.gradle
|
||||||
key: ${{ runner.os }}-gradle-user-home
|
key: ${{ runner.os }}-gradle-user-home
|
||||||
- name: Cache Gradle Files
|
- name: Cache Gradle Files
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ./.gradle
|
path: ./.gradle
|
||||||
key: ${{ runner.os }}-gradle-file
|
key: ${{ runner.os }}-gradle-file
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user