Commit 9b7504b66 for imagemagick.org

commit 9b7504b6672fd57a29b0e7cf7959d30d264c0cf7
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Sat Apr 18 18:37:25 2026 +0200

    Added missing dependency and use more consistent names.

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6dcfbcdcc..65e5cf9e7 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -211,7 +211,7 @@ jobs:
           path: Configure\Installer\Inno\Artifacts

   windows_source:
-    name: Windows source
+    name: Create Windows source archive
     runs-on: windows-2022
     needs:
       - changelog
@@ -236,7 +236,7 @@ jobs:
           name: ChangeLog
           path: ImageMagick

-      - name: Create source archive
+      - name: Create Windows source archive
         shell: cmd
         env:
           VERSION: ${{needs.version.outputs.version}}
@@ -577,11 +577,12 @@ jobs:
     runs-on: ubuntu-24.04
     needs:
       - version
+      - source
+      - linux_app_image
       - windows_installer
       - windows_portable
       - windows_source
       - windows_msix
-      - linux_app_image

     permissions:
       contents: write