Skip to content

Commit

Permalink
github/actions: Remove unnecessary dot in scp command
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Mar 22, 2024
1 parent e13b5ed commit 240f637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/image-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ runs:
# s -> Uses SFTP protocol
# r -> Copies files recursively
# p -> Preserves modification and access times
scp -srp -P ${SSH_PORT} ${SRC_DIR}-upload/* "${SSH_USER}@${SSH_HOST}:."
scp -srp -P ${SSH_PORT} ${SRC_DIR}-upload/* "${SSH_USER}@${SSH_HOST}:"

0 comments on commit 240f637

Please sign in to comment.