From 252f1ab6f3fd35d2ff0bcc5920ccd734c1ccf971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Efe=20=C3=87etin?= Date: Thu, 3 Apr 2025 20:18:19 +0300 Subject: [PATCH] fix specialExtensions --- make-yaml-redirector/action.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/make-yaml-redirector/action.yml b/make-yaml-redirector/action.yml index c7b2820..3d21529 100644 --- a/make-yaml-redirector/action.yml +++ b/make-yaml-redirector/action.yml @@ -59,14 +59,14 @@ runs: # Documentation: https://github.com/armbian/armbian-router specialExtensions: - boot-sms.img.xz: -boot-sms - boot-boe.img.xz: -boot-boe - boot-csot.img.xz: -boot-csot - rootfs.img.xz: -rootfs - img.qcow2: -qcow2 - img.qcow2.xz: -qcow2 - boot.bin.xz: -uboot-bin - hyperv.zip: -hyperv + - boot-sms.img.xz: -boot-sms + - boot-boe.img.xz: -boot-boe + - boot-csot.img.xz: -boot-csot + - rootfs.img.xz: -rootfs + - img.qcow2: -qcow2 + - img.qcow2.xz: -qcow2 + - boot.bin.xz: -uboot-bin + - hyperv.zip: -hyperv servers: EOF