From c5405187236df5d907c49885827afb982b03b47a Mon Sep 17 00:00:00 2001 From: michael1986 Date: Thu, 27 Nov 2025 13:11:01 +0100 Subject: [PATCH] all --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94c7006..ef2e8ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: username: ${{ secrets.SERVER_USER }} key: ${{ secrets.SERVER_SSH_KEY }} source: "target/*.jar" - target: "/opt/auction/app.jar" + target: "/opt/auction/" - name: Restart service uses: appleboy/ssh-action@v0.1.7