Skip to content

Commit

Permalink
we don't actually need to do the pattern thing here
Browse files Browse the repository at this point in the history
  • Loading branch information
f-raZ0R authored Sep 22, 2024
1 parent ebf61d6 commit da59bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
pattern: Artifacts-*
merge-multiple: true


0 comments on commit da59bdc

Please sign in to comment.