Browse Source

modified: .github/workflows/mikrotik_patch.yml

pull/55/head
zyb 2 years ago
parent
commit
5d7455b854
  1. 2
      .github/workflows/mikrotik_patch.yml

2
.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: |

Loading…
Cancel
Save