From d7076c6fa6be03a0d6e38c6cdfe3585c153df7c8 Mon Sep 17 00:00:00 2001 From: Braydon Date: Fri, 26 Apr 2024 10:57:48 -0700 Subject: [PATCH] Update .gitea/workflows/deploy-demo-plugin.yml --- .gitea/workflows/deploy-demo-plugin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-demo-plugin.yml b/.gitea/workflows/deploy-demo-plugin.yml index 676ba64..f6f3022 100644 --- a/.gitea/workflows/deploy-demo-plugin.yml +++ b/.gitea/workflows/deploy-demo-plugin.yml @@ -47,6 +47,6 @@ jobs: panel-host: ${{ secrets.PTERO_URL }} api-key: ${{ secrets.PTERO_API_KEY }} server-id: ${{ secrets.DEMO_SERVER_ID }} - source: "./target/DemoSpigotPlugin.jar" - target: "./plugins/" + source: "./jars/DemoSpigotPlugin.jar" + target: "./" restart: true # Restart after upload