NEWS: Welcome to my new homepage! <3

fix: Adjusted deployment file path for build.yaml - poppy - A feature-rich Minecraft plugin which enhances gaming experience

poppy

A feature-rich Minecraft plugin which enhances gaming experience
git clone git://192.168.2.2/poppy
Log | Files | Refs | README

commit 2b5042669a49cc3a20827757cf014f9054d5e7eb
parent b844bc9a96486266838398fe7535c8b4751e1a95
Author: typable <contact@typable.dev>
Date:   Sun,  1 Sep 2024 14:16:30 +0200

fix: Adjusted deployment file path for build.yaml

Diffstat:
M.gitea/workflows/build.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml @@ -42,5 +42,5 @@ jobs: SSH_PORT: ${{ secrets.SSH_PORT }} - name: Deploy Jar run: | - scp build/libs/poppy.jar minecraft:run/mc/plugins/ + scp poppy.jar minecraft:run/mc/plugins/ ssh minecraft 'cd run/mc/ && ./deploy.sh'