Skip to content

Commit

Permalink
Fixes to last push.
Browse files Browse the repository at this point in the history
  • Loading branch information
ImCodist committed Oct 6, 2023
1 parent 41effb5 commit 1937b8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: build/libs/**/!(*-sources).jar
- uses: actions/upload-artifact@v3
- name: capture build artifacts (sources)
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v3
with:
path: build/libs/**/+(*-sources).jar

0 comments on commit 1937b8e

Please sign in to comment.