diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml index 1b5d7b7..3b23e49 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -20,9 +20,9 @@ jobs: npm start - name: 📂 Sync files - uses: sebastianpopp/ftp-action@releases/v2 + uses: airvzxf/ftp-deployment-action@latest with: - host: ftp.rohitpai.co.uk + server: ftp.rohitpai.co.uk user: u987021215.rodude123 password: $${{ FTPPASSWORD }} - localDir: ./dist/ + local_dir: ./dist/