From 33bcb5dd40ac1f385fc3b0f9209c4c302199473e Mon Sep 17 00:00:00 2001 From: greenman999 Date: Mon, 8 Jul 2024 21:00:32 +0200 Subject: [PATCH] build: update gh workflow java version to 21, forgot something --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9638cf..fb655ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - name: build run: ./gradlew build - name: capture build artifacts - if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS + if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS uses: actions/upload-artifact@v3 with: name: Artifacts