From a43c40d88fd0537601701bd98908872404a8430f Mon Sep 17 00:00:00 2001 From: Braydon Date: Wed, 24 Apr 2024 17:22:46 -0700 Subject: [PATCH] Update .gitea/workflows/deploy-demo-plugin.yml --- .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 16d92e1..8bea078 100644 --- a/.gitea/workflows/deploy-demo-plugin.yml +++ b/.gitea/workflows/deploy-demo-plugin.yml @@ -45,7 +45,7 @@ jobs: username: ${{ secrets.DEMO_SFTP_USER }} password: ${{ secrets.DEMO_SFTP_PASS }} uploads: | - ./target/DemoSpigotPlugin.jar => ./plugins + ./target/DemoSpigotPlugin.jar => /plugins # Restart the remote Demo server - name: Restart Remote Server