Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Mar 28, 2024
1 parent 4fb28a7 commit 3e1bc62
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 @@ -22,14 +22,14 @@ jobs:
**/build/reports/checkstyle/*.xml
- uses: actions/upload-artifact@v4
with:
name: Artifacts
name: Artifacts ${{ matrix.java }}
path: |
build/libs/
./*/build/libs/
build/publishMods/
- uses: actions/upload-artifact@v4
with:
name: Maven Local
name: Maven Local ${{ matrix.java }}
path: /root/.m2/repository/net/fabricmc/

client_test:
Expand Down

0 comments on commit 3e1bc62

Please sign in to comment.