From c4534a5be7126c2854a44fac66aa41efb73352c4 Mon Sep 17 00:00:00 2001 From: TopchetoEU Date: Wed, 1 Jan 2025 21:15:54 +0000 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b44d7e1..3ad1c1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v3 with: + distribution: temurin java-version: '17' - name: Setup Gradle uses: gradle/gradle-build-action@v2 @@ -24,7 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Build run: ./gradlew build - - name: capture build artifacts + - name: Capture build artifacts uses: actions/upload-artifact@v3 with: name: Artifacts