From 27225fa966121d9af59f9f80a56774d739ebe520 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 21:27:41 +0000 Subject: [PATCH] fix resulting file --- .github/workflows/iso.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index b28f882..58e2465 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -58,7 +58,7 @@ jobs: - name: Create deploy.iso run: | - make deploy.iso \ + make ${IMAGE_NAME}-${IMAGE_VERSION}.iso \ arch=${IMAGE_ARCH} \ version=${IMAGE_VERSION} \ image_repo=${IMAGE_REPO} \ diff --git a/Makefile b/Makefile index 2787a81..f881a9f 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ variant = Server image_repo_escaped = $(subst /,\/,$(image_repo)) image_repo_double_escaped = $(subst \,\\\,$(image_repo_escaped)) -deploy.iso: boot.iso xorriso/input.txt $(image_name)-$(version) +$(image_name)-$(version).iso: boot.iso xorriso/input.txt $(image_name)-$(version) xorriso -dialog on < xorriso/input.txt boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl