Skip to content

Commit

Permalink
Reverting changes I made to build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ImCodist committed Oct 6, 2023
1 parent a86cf51 commit 8da04d2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,5 @@ jobs:
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
- 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
name: Artifacts
path: build/libs/

0 comments on commit 8da04d2

Please sign in to comment.