Update .github/workflows/build.yml
Some checks are pending
build / build (16, windows-latest) (push) Waiting to run
build / build (16, ubuntu-20.04) (push) Successful in 2m10s

This commit is contained in:
TopchetoEU 2025-01-01 20:43:16 +00:00
parent 998cdbd976
commit bdb11c00a9

View File

@ -33,7 +33,7 @@ jobs:
run: ./gradlew build run: ./gradlew build
- name: capture build artifacts - name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '16' }} # Only upload artifacts built from latest java on one OS if: ${{ runner.os == 'Linux' && matrix.java == '16' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact uses: actions/upload-artifact@v3
with: with:
name: Artifacts name: Artifacts
path: build/libs/ path: build/libs/