Update .forgejo/workflows/build.yaml
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Stachelbeere1248 2025-04-10 22:16:17 +02:00
parent c42b64790a
commit 77a4db1a2b

View file

@ -27,7 +27,7 @@ jobs:
curl -L "$DOWNLOAD_URL" | tar -xz -C "$INSTALL_DIR"
- 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
uses: https://code.forgejo.org/forgejo/upload-artifact@v3