mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
94aeed0123
commit
b1edb62912
1 changed files with 9 additions and 9 deletions
18
.github/workflows/mikrotik_patch.yml
vendored
18
.github/workflows/mikrotik_patch.yml
vendored
|
|
@ -274,15 +274,15 @@ jobs:
|
||||||
cp CHANGELOG.txt ./publish/
|
cp CHANGELOG.txt ./publish/
|
||||||
cp ./new_iso/*.npk ./publish/
|
cp ./new_iso/*.npk ./publish/
|
||||||
|
|
||||||
- name: Publish files
|
# - name: Publish files
|
||||||
uses: buxianshan/fine-sftp-deployer@v0.1.5
|
# uses: buxianshan/fine-sftp-deployer@v0.1.5
|
||||||
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 }}/"
|
||||||
local_path: ./publish/*
|
# local_path: ./publish/*
|
||||||
|
|
||||||
- name: Delete Release tag ${{ env.LATEST_VERSION }}
|
- name: Delete Release tag ${{ env.LATEST_VERSION }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue