modified: .github/workflows/mikrotik_patch.yml

This commit is contained in:
zyb 2024-07-01 05:42:11 +08:00
parent 8a5d03ec29
commit 5d7455b854

View File

@ -287,7 +287,7 @@ jobs:
ssh-port: ${{ secrets.SSH_PORT }} ssh-port: ${{ secrets.SSH_PORT }}
destination-path: "${{ secrets.SSH_DIRECTORY }}/${{ env.LATEST_VERSION }}/" destination-path: "${{ secrets.SSH_DIRECTORY }}/${{ env.LATEST_VERSION }}/"
source-path: ./publish/ source-path: ./publish/
rsync-options: --archive --verbose --stats --compress --delete-after --human-readable
- name: Delete Release tag ${{ env.LATEST_VERSION }} - name: Delete Release tag ${{ env.LATEST_VERSION }}
run: | run: |