From 9500bbf82bcd9b9365ca249bb8cb78230fecf3a2 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Thu, 18 Dec 2025 17:27:18 -0600 Subject: [PATCH] Update build_joomla_zip.yml --- .github/workflows/build_joomla_zip.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_joomla_zip.yml b/.github/workflows/build_joomla_zip.yml index a1969af..6d816da 100644 --- a/.github/workflows/build_joomla_zip.yml +++ b/.github/workflows/build_joomla_zip.yml @@ -27,7 +27,6 @@ # BRIEF: Build a Joomla ZIP from /src and optionally attach it to a GitHub Release. # NOTE: Zips the contents of /src (not the folder) to avoid nested ZIP structures. # ============================================================================ -# # Script details # - Builds a ZIP artifact from the repository /src folder. # - Runs automatically when a GitHub Release is created.