From 5879f8d83567fb086d3c516a46aea606b35e50bf Mon Sep 17 00:00:00 2001 From: Cat Core Date: Tue, 26 Nov 2024 13:39:22 +0100 Subject: [PATCH] Fix workflow crash --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2c43736d..c8460cf85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: