Skip to content

Commit

Permalink
add file release scp copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lgcarlinf committed Feb 24, 2024
1 parent 4a7bee7 commit 3a5a039
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: "tests/a.txt,tests/b.txt"
target: your_server_target_folder_path
source: .
target: /root/personal
overwrite: true

0 comments on commit 3a5a039

Please sign in to comment.