From 4fc08c05e5b08cbd29a9aa7cbdd7f5aa754b4fe8 Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Fri, 20 Oct 2023 09:32:07 +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 368793a..529adc3 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -25,4 +25,4 @@ jobs: host: ftp.rohitpai.co.uk user: u987021215.rodude123 password: $${{ FTPPASSWORD }} - localDir: "dist" + localDir: ./dist