From 370d7d414287bd12a1aa7ffa18a5c6ef4f746d4a Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Fri, 21 Apr 2023 20:49:42 +0200 Subject: [PATCH] chore: exclude htaccess file on upload to my.mainsail.xyz (#1347) --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fcc34df8..933ed270a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,12 +101,13 @@ jobs: run: cp ./remote/* ./dist/ - name: Upload to remote server - uses: SamKirkland/FTP-Deploy-Action@4.3.3 + uses: SamKirkland/FTP-Deploy-Action@4.3.4 with: server: ${{ secrets.REMOTEHOST }} username: ${{ secrets.REMOTEUSER }} password: ${{ secrets.REMOTEPASSWORD }} dangerous-clean-slate: true + exclude: .htaccess local-dir: ./dist/ update-changelog: