Update .gitea/workflows/deploy-demo-plugin.yml
All checks were successful
Deploy Demo Plugin / docker (17, 3.8.5) (push) Successful in 32s

This commit is contained in:
Braydon 2024-04-26 10:40:58 -07:00
parent 0028f27c20
commit 58045b19e1

@ -48,5 +48,5 @@ jobs:
api-key: ${{ secrets.PTERO_API_KEY }}
server-id: ${{ secrets.DEMO_SERVER_ID }}
source: "./target/DemoSpigotPlugin.jar"
target: "/plugins/"
target: "./plugins/"
restart: true # Restart after upload