From 211bfd0d2b5031e49788d9787cce0f9c724c3995 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Thu, 25 Apr 2024 17:17:25 -0400 Subject: [PATCH] Update demo plugin workflow --- .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 78efad7..17553cf 100644 --- a/.gitea/workflows/deploy-demo-plugin.yml +++ b/.gitea/workflows/deploy-demo-plugin.yml @@ -42,7 +42,7 @@ jobs: # Upload the built jar to the # remote server and restart it - name: Upload Jar and Restart Remote Server - uses: rexlmanu/pterodactyl-upload-action + uses: rexlmanu/pterodactyl-upload-action@v2.1 with: panel-host: ${{ secrets.PTERO_URL }} api-key: ${{ secrets.PTERO_API_KEY }}