Skip to content

Commit

Permalink
Update github workflow to actually upload artifacts
Browse files Browse the repository at this point in the history
(cherry picked from commit cd0c4eb)
  • Loading branch information
magicus committed Dec 30, 2021
1 parent 4b5a253 commit dd297a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: build
run: ./gradlew build
- name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '11' }} # Only upload artifacts built from LTS java on one OS
if: ${{ runner.os == 'Linux' && matrix.java == '16' }} # Only upload artifacts built from LTS java on one OS
uses: actions/upload-artifact@v2
with:
name: Artifacts
Expand Down

0 comments on commit dd297a9

Please sign in to comment.