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
|
||||
run: yes | rm -rf ./arclight-coremod/build/libs
|
||||
- name: Cache Gradle User Files
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.gradle
|
||||
key: ${{ runner.os }}-gradle-user-home
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.gradle
|
||||
key: ${{ runner.os }}-gradle-user-home
|
||||
- name: Cache Gradle Files
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ./.gradle
|
||||
key: ${{ runner.os }}-gradle-file
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ./.gradle
|
||||
key: ${{ runner.os }}-gradle-file
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
|
||||
Loading…
Reference in New Issue
Block a user