diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 274f305..3182cea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: matrix: # Use these Java versions java: [ - 16 # Latest version + 11 ] os: [windows-latest] runs-on: ${{ matrix.os }} @@ -29,8 +29,8 @@ jobs: - name: build run: ./gradlew build - name: capture build artifacts - if: ${{ runner.os == 'Windows' && matrix.java == '16' }} # Only upload artifacts built from LTS java on one OS + if: ${{ runner.os == 'Windows' && matrix.java == '11' }} # Only upload artifacts built from LTS java on one OS uses: actions/upload-artifact@v2 with: name: Artifacts - path: build/libs/ \ No newline at end of file + path: build/libs/