From 5aa1b8fb5e48b023ac9392caef1f6403cac5f2b6 Mon Sep 17 00:00:00 2001 From: Chris Allan Date: Mon, 15 Jan 2024 10:01:38 +0000 Subject: [PATCH] Update source for artifact uploads --- .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 4ad5b9c..743e21a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: run: ./gradlew build - name: Upload artifacts uses: actions/upload-artifact@v2 - if: matrix.java == 8 + if: matrix.java == 11 with: name: omero-ldaptool path: build/distributions/*