From 8d685f452001b59ed7f58b19e0cd799348e1dc5c Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 15 Aug 2023 11:19:27 +0800 Subject: [PATCH] =?UTF-8?q?conf:=20=E9=83=A8=E7=BD=B2=20[test]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Deploy US.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Deploy US.yml b/.github/workflows/Deploy US.yml index 3718aacb..9c00526e 100644 --- a/.github/workflows/Deploy US.yml +++ b/.github/workflows/Deploy US.yml @@ -18,7 +18,7 @@ jobs: username: ${{ secrets.US_FTP_USER }} password: ${{ secrets.US_FTP_PASSWORD }} port: ${{ secrets.US_FTP_PORT }} - local-dir: application/ + local-dir: ./ server-dir: /information-system/ dry-run: true exclude: | @@ -33,6 +33,7 @@ jobs: **/author/document/** *.exe *.docx + .ftp-deploy-sync-state.json - name: 📂 Sync files to CT uses: SamKirkland/FTP-Deploy-Action@v4.3.4 with: @@ -55,3 +56,4 @@ jobs: **/author/document/** *.exe *.docx + .ftp-deploy-sync-state.json