Skip to content

Commit

Permalink
Fix workflow crash
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Nov 26, 2024
1 parent eb7dc52 commit 5879f8d
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 @@ -24,11 +24,11 @@ jobs:
**/build/reports/checkstyle/*.xml
- uses: actions/upload-artifact@v4
with:
name: Artifacts
name: Main Artifacts
path: build/libs/
- uses: actions/upload-artifact@v4
with:
name: Artifacts
name: Modules Artifacts
path: ./**/build/libs/
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5879f8d

Please sign in to comment.