From e949ca7659f9472b310bd6ddc2d31f06ebb3c4f1 Mon Sep 17 00:00:00 2001 From: Wibaek Park <34394229+devMuromi@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:38:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20release.yml=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ea15683c..ac375db23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: username: ${{ secrets.USERNAME }} key: ${{ secrets.PRIVATE_KEY }} source: "./build/libs/*.jar" - target: "/home/${{ secrets.USERNAME }}/solid-connect-server/build/libs/" + target: "/home/${{ secrets.USERNAME }}/solid-connect-server/" - name: Copy docker file to remote uses: appleboy/scp-action@master