update build workfolow
This commit is contained in:
parent
29dd94f5ee
commit
aac63bbbfb
1 changed files with 0 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -22,11 +22,7 @@ jobs:
|
||||||
${{ runner.os }}-gradle-
|
${{ runner.os }}-gradle-
|
||||||
- name: Build
|
- name: Build
|
||||||
run: chmod +x gradlew && ./gradlew build --stacktrace --info
|
run: chmod +x gradlew && ./gradlew build --stacktrace --info
|
||||||
- name: List working directory contents
|
|
||||||
run: ls -R
|
|
||||||
- name: Upload build artifacts
|
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
path: versions/1.8.9-forge/build/libs/Lilase.jar
|
path: versions/1.8.9-forge/build/libs/Lilase.jar
|
||||||
# ./gradlew setupDecompWorkspace
|
|
||||||
|
|
Loading…
Reference in a new issue