From d0deeeda58417ea6a7da06f4dea5dd5770f99834 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Mon, 5 Aug 2024 14:24:03 +0200 Subject: [PATCH] Fix steamwarci.yml artifacts for VelocityCore --- steamwarci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamwarci.yml b/steamwarci.yml index 54b2cd42..39c121b4 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -29,4 +29,4 @@ artifacts: "/binarys/tutorialsystem.jar": "TutorialSystem/build/libs/TutorialSystem-all.jar" "/binarys/PersistentVelocityCore.jar": "VelocityCore/Persistent/build/libs/Persistent.jar" - "/binarys/VelocityCore.jar": "VelocityCore/Persistent/build/libs/VelocityCore-all.jar" + "/binarys/VelocityCore.jar": "VelocityCore/build/libs/VelocityCore-all.jar"