From 5d7455b854d194073447407854c298f4990e2c53 Mon Sep 17 00:00:00 2001 From: zyb Date: Mon, 1 Jul 2024 05:42:11 +0800 Subject: [PATCH] modified: .github/workflows/mikrotik_patch.yml --- .github/workflows/mikrotik_patch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mikrotik_patch.yml b/.github/workflows/mikrotik_patch.yml index b1f1d4f..53f3760 100644 --- a/.github/workflows/mikrotik_patch.yml +++ b/.github/workflows/mikrotik_patch.yml @@ -287,7 +287,7 @@ jobs: ssh-port: ${{ secrets.SSH_PORT }} destination-path: "${{ secrets.SSH_DIRECTORY }}/${{ env.LATEST_VERSION }}/" source-path: ./publish/ - + rsync-options: --archive --verbose --stats --compress --delete-after --human-readable - name: Delete Release tag ${{ env.LATEST_VERSION }} run: |