From fc9ee4fd052d94e575504b1c2c5de223d00ed9e4 Mon Sep 17 00:00:00 2001 From: Dominik <80042910+tomasalias@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:55:34 +0200 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 465aea6f4..433e3d742 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify - name: Create folder - run: mkdir staging && cp target/*.jar staging + run: mkdir staging && cp target/FastLoginBukkit.jar staging - name: Get artifacts uses: actions/upload-artifact@v4