From 26bfb1d9cef65a107af66a4006b368b1eafb5a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Sat, 30 Mar 2024 14:46:53 +0100 Subject: [PATCH] Change remote dir --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e3fd9b..fb571a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,5 +31,5 @@ jobs: user: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} localDir: /home/runner/work/Testably.Server/Testably.Server/publish/ - remoteDir: "Testably" + remoteDir: "." options: "--delete"