mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2025-01-23 13:35:09 +03:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
a15af336c0
commit
ea44c94e0f
3
.github/workflows/mikrotik_patch.yml
vendored
3
.github/workflows/mikrotik_patch.yml
vendored
@ -275,14 +275,13 @@ jobs:
|
||||
cp ./new_iso/*.npk ./publish/
|
||||
|
||||
- name: Publish files
|
||||
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
|
||||
uses: ChenjxJames/SFTP-Deploy-Action@v1.3.2
|
||||
with:
|
||||
server: ${{ secrets.SSH_SERVER }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user