From 3cdd8cbeefcac7b9ddcebc0f54059522d410897d Mon Sep 17 00:00:00 2001 From: Mexit <25229673+Mexit@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:43:30 +0200 Subject: [PATCH] Image building fix --- .github/workflows/build_iso.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index c531639..838aec6 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -35,8 +35,9 @@ jobs: run: | chmod +x *.sh mv *.sh aports/scripts/ + cd aports/scripts/ - aports/scripts/mkimage.sh \ + ./mkimage.sh \ --tag ${version} \ --arch x86_64 \ --profile docker \