path slash?
All checks were successful
checks / check and test (pull_request) Successful in 29s

This commit is contained in:
alice 2023-06-26 13:13:33 +00:00
parent efe3786515
commit bfa84ad284

View File

@ -47,8 +47,8 @@ jobs:
with:
server: ${{ secrets.ftp_host }}
user: ${{ secrets.ftp_user }}
remote_dir: ./
local_dir: ./_build/
# remote_dir: ./
local_dir: "./_build"
ftp_ssl_allow: true
delete: "false"
password: ${{ secrets.ftp_password }}