From a100e12001449c60490b75a29375631442f1ee2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Szeremeta?= Date: Tue, 14 Mar 2023 13:55:23 +0100 Subject: [PATCH] Additional adjustments for FTP sync in workflows --- .github/workflows/pre-release.yml | 1 - .github/workflows/release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index f071353..32907d4 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -64,7 +64,6 @@ jobs: server: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USERNAME_BETA }} password: ${{ secrets.FTP_PASSWORD_BETA }} - protocol: ftps exclude: .git* - .git*/** - **/.git*/** diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea61943..e4aba47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,6 @@ jobs: server: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USERNAME_RELEASE }} password: ${{ secrets.FTP_PASSWORD_RELEASE }} - protocol: ftps exclude: .git* - .git*/** - **/.git*/**