From 2be04ec1d61ff52518db3ee7935ec22d063d1957 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Thu, 25 Apr 2024 17:07:18 -0400 Subject: [PATCH] Try absolute dir for the remote --- .gitea/workflows/deploy-demo-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-demo-plugin.yml b/.gitea/workflows/deploy-demo-plugin.yml index 4d0dbd4..f94be00 100644 --- a/.gitea/workflows/deploy-demo-plugin.yml +++ b/.gitea/workflows/deploy-demo-plugin.yml @@ -48,7 +48,7 @@ jobs: username: ${{ secrets.DEMO_SFTP_USER }} password: ${{ secrets.DEMO_SFTP_PASS }} localPath: "./target/DemoSpigotPlugin.jar" - remotePath: "./plugins" + remotePath: "/plugins" # Restart the remote Demo server - name: Restart Remote Server