more oops fixes
This commit is contained in:
parent
a761cc2736
commit
01ffc0df29
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -18,5 +18,5 @@ jobs:
|
|||
username: ${{ secrets.SFTP_USERNAME }}
|
||||
host: ${{ secrets.SFTP_SERVER }}
|
||||
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
localDir: './public/*'
|
||||
localDir: 'public'
|
||||
remoteDir: ${{ secrets.SFTP_REMOTE_PATH }}
|
Reference in a new issue