From 06c375873c10676bd4bf621ca0b266b18ca99a48 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:06:37 +0100 Subject: [PATCH] Update reusable-build-iso-anaconda.yml --- .github/workflows/reusable-build-iso-anaconda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-iso-anaconda.yml b/.github/workflows/reusable-build-iso-anaconda.yml index b190083..fc8b045 100644 --- a/.github/workflows/reusable-build-iso-anaconda.yml +++ b/.github/workflows/reusable-build-iso-anaconda.yml @@ -29,7 +29,7 @@ name: Reusable Build pull_request: paths: - ".github/workflows/reusable-build-iso-anaconda.yml" - - "iso_files/configure_iso_anaconda.sh" + - "iso/enable_anaconda.sh" env: IMAGE_REGISTRY: "ghcr.io/ublue-os"