mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00: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/
|
cp ./new_iso/*.npk ./publish/
|
||||||
|
|
||||||
- name: Publish files
|
- name: Publish files
|
||||||
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
|
uses: ChenjxJames/SFTP-Deploy-Action@v1.3.2
|
||||||
with:
|
with:
|
||||||
server: ${{ secrets.SSH_SERVER }}
|
server: ${{ secrets.SSH_SERVER }}
|
||||||
username: ${{ secrets.SSH_USERNAME }}
|
username: ${{ secrets.SSH_USERNAME }}
|
||||||
ssh_private_key: ${{ secrets.SSH_KEY }}
|
ssh_private_key: ${{ secrets.SSH_KEY }}
|
||||||
port: ${{ secrets.SSH_PORT }}
|
port: ${{ secrets.SSH_PORT }}
|
||||||
remote_path: "${{ secrets.SSH_DIRECTORY }}/${{ env.LATEST_VERSION }}/"
|
remote_path: "${{ secrets.SSH_DIRECTORY }}/${{ env.LATEST_VERSION }}/"
|
||||||
sftp_only: true
|
|
||||||
local_path: ./publish/*
|
local_path: ./publish/*
|
||||||
|
|
||||||
- name: Delete Release tag ${{ env.LATEST_VERSION }}
|
- name: Delete Release tag ${{ env.LATEST_VERSION }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user