This commit is contained in:
parent
c42b64790a
commit
77a4db1a2b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
curl -L "$DOWNLOAD_URL" | tar -xz -C "$INSTALL_DIR"
|
curl -L "$DOWNLOAD_URL" | tar -xz -C "$INSTALL_DIR"
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: JAVA_HOME="zulu8.84.0.15-ca-jdk8.0.442-linux_x64" ./gradlew build
|
run: JAVA_HOME="/opt/java/zulu8.84.0.15-ca-jdk8.0.442-linux_x64" ./gradlew build
|
||||||
|
|
||||||
- name: capture build artifacts
|
- name: capture build artifacts
|
||||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v3
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue