From a15af336c0ae49460e4352cb119c5fa61e3a777a Mon Sep 17 00:00:00 2001 From: zyb Date: Mon, 1 Jul 2024 05:54:39 +0800 Subject: [PATCH] modified: .github/workflows/mikrotik_patch.yml --- .github/workflows/mikrotik_patch.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/mikrotik_patch.yml b/.github/workflows/mikrotik_patch.yml index c54e0c7..73a3e85 100644 --- a/.github/workflows/mikrotik_patch.yml +++ b/.github/workflows/mikrotik_patch.yml @@ -41,10 +41,6 @@ jobs: with: python-version: '3.11' - - uses: actions/setup-go@v5 - with: - go-version: '>=1.17.0' - - name: Cache Squashfs id: cache-squashfs uses: actions/cache@v4 @@ -286,6 +282,7 @@ jobs: ssh_private_key: ${{ secrets.SSH_KEY }} port: ${{ secrets.SSH_PORT }} remote_path: "${{ secrets.SSH_DIRECTORY }}/${{ env.LATEST_VERSION }}/" + sftp_only: true local_path: ./publish/* - name: Delete Release tag ${{ env.LATEST_VERSION }}