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
c26b1fecea
commit
a15af336c0
5
.github/workflows/mikrotik_patch.yml
vendored
5
.github/workflows/mikrotik_patch.yml
vendored
@ -41,10 +41,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
- uses: actions/setup-go@v5
|
|
||||||
with:
|
|
||||||
go-version: '>=1.17.0'
|
|
||||||
|
|
||||||
- name: Cache Squashfs
|
- name: Cache Squashfs
|
||||||
id: cache-squashfs
|
id: cache-squashfs
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
@ -286,6 +282,7 @@ jobs:
|
|||||||
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