From 2cf281bce6094ca74c1ebc40cea5be4a4249c593 Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Fri, 20 Oct 2023 10:03:46 +0100 Subject: [PATCH] Updated ftp worflow Signed-off-by: Rohit Pai --- .github/workflows/ftpDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml index 66ee2f1..48506ef 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -23,4 +23,4 @@ jobs: server: ftp.rohitpai.co.uk username: u987021215.rodude123 password: $${{ FTPPASSWORD }} - local-dir: "./dist + local_dir: ./dist \ No newline at end of file