mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2025-01-23 13:35:09 +03:00
modified: .github/workflows/mikrotik_patch.yml
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
bfa0c3ed0a
commit
6f20f4bb69
4
.github/workflows/mikrotik_patch.yml
vendored
4
.github/workflows/mikrotik_patch.yml
vendored
@ -277,13 +277,15 @@ jobs:
|
||||
mkdir ./publish
|
||||
cp CHANGELOG.txt ./publish/
|
||||
cp ./new_iso/*.npk ./publish/
|
||||
|
||||
touch ./publish/.ftp-deploy-sync-state.json
|
||||
|
||||
- name: Sync files
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||
with:
|
||||
server: ${{ secrets.FTP_SERVER }}
|
||||
username: ${{ secrets.FTP_USERNAME }}
|
||||
password: ${{ secrets.FTP_PASSWORD }}
|
||||
port: ${{ secrets.FTP_PORT }}
|
||||
server-dir: "${{ secrets.FTP_DIRECTORY }}/${{ env.LATEST_VERSION }}/"
|
||||
local-dir: ./publish/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user