From a4b459520fd03bb9ab206a93b2a37f1e4629eca8 Mon Sep 17 00:00:00 2001 From: sub-kek Date: Fri, 30 Aug 2024 01:11:48 +0300 Subject: [PATCH] Changes in CI --- .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 5eb9abd..19dcc25 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Build CustomDiscs run: ./gradlew build - name: Upload CustomDiscs - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v4 with: name: "CustomDiscs" - path: "build/libs/*.jar" + path: "build/libs/"