Skip to content

Commit

Permalink
fix: release.yml 경로 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wibaek authored Jul 17, 2024
1 parent d956dcf commit 7a6d719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/build/libs/"

- name: Copy docker file to remote
uses: appleboy/scp-action@master
Expand Down

0 comments on commit 7a6d719

Please sign in to comment.