Update .github/workflows/build.yml
This commit is contained in:
parent
adc252a8e1
commit
998cdbd976
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
run: ./gradlew build
|
||||
- name: capture build artifacts
|
||||
if: ${{ runner.os == 'Linux' && matrix.java == '16' }} # Only upload artifacts built from latest java on one OS
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact
|
||||
with:
|
||||
name: Artifacts
|
||||
path: build/libs/
|
||||
|
Loading…
Reference in New Issue
Block a user