Browse Source

modified: .github/workflows/mikrotik_patch_7.yml

pull/55/head
zyb 2 years ago
parent
commit
c5c96eb480
  1. 15
      .github/workflows/mikrotik_patch_7.yml

15
.github/workflows/mikrotik_patch_7.yml

@ -311,7 +311,7 @@ jobs:
if [ "${{ matrix.arch }}" == "x86" ]; then
sudo mkdir -p ./img/boot/{BOOT,EFI/BOOT}
sudo cp BOOTX64.EFI ./img/boot/EFI/BOOT/BOOTX64.EFI
sudo ./extlinux --install -H 64 -S 32 ./img/boot/BOOT
sudo extlinux --install -H 64 -S 32 ./img/boot/BOOT
echo -e "default system\nlabel system\n\tkernel /EFI/BOOT/BOOTX64.EFI\n\tappend load_ramdisk=1 root=/dev/ram0 quiet" > syslinux.cfg
sudo cp syslinux.cfg ./img/boot/BOOT/
sudo rm syslinux.cfg
@ -355,19 +355,6 @@ jobs:
sudo rm chr-$LATEST_VERSION$ARCH.vdi
sudo rm chr-$LATEST_VERSION$ARCH.img
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with:
# name: "RouterOS ${{ env.LATEST_VERSION }} ${{ matrix.arch }}"
# path: |
# mikrotik-${{ env.LATEST_VERSION }}${{ env.ARCH }}.iso
# chr-${{ env.LATEST_VERSION }}*.zip
# netinstall-${{ env.LATEST_VERSION }}.zip
# install-image-${{ env.LATEST_VERSION }}.zip
# routeros-${{ env.LATEST_VERSION }}${{ env.ARCH }}.npk
# option-${{ env.LATEST_VERSION }}${{ env.ARCH }}.npk
# all_packages-*-${{ env.LATEST_VERSION }}.zip
- name: Upload Files
if: steps.get_latest.outputs.has_new_version == 'true'
run: |

Loading…
Cancel
Save