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