mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2026-03-11 09:58:18 +01:00
Update mikrotik_patch_6.yml
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
7fdd5724bb
commit
9d06111ac5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/mikrotik_patch_6.yml
vendored
3
.github/workflows/mikrotik_patch_6.yml
vendored
|
|
@ -221,10 +221,11 @@ jobs:
|
|||
- name: Upload Files
|
||||
if: steps.get_latest.outputs.has_new_version == 'true'
|
||||
run: |
|
||||
mkdir -p ./publish/$LATEST_VERSION
|
||||
sudo mkdir -p ./publish/$LATEST_VERSION
|
||||
echo $LATEST_VERSION $BUILD_TIME > ./publish/NEWEST6.${{ matrix.channel }}
|
||||
cp CHANGELOG ./publish/$LATEST_VERSION/
|
||||
cp ./all_packages/*.npk ./publish/$LATEST_VERSION/
|
||||
sudo chown -R root:root ./publish/
|
||||
sudo apt-get install -y lftp > /dev/null 2>&1
|
||||
sudo -E lftp -u ${{ secrets.SSH_USERNAME }},'${{ secrets.SSH_PASSWORD }}' sftp://${{ secrets.SSH_SERVER }}:${{ secrets.SSH_PORT }} <<EOF
|
||||
set sftp:auto-confirm yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue