Commit 945a02b27 for imagemagick.org

commit 945a02b27106f662a101f8aa6825f3fb7c6be50a
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Tue Apr 21 23:07:35 2026 +0200

    Renamed the provenance file.

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a4a322c6b..00c02988d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -612,8 +612,11 @@ jobs:
             ${{github.workspace}}/artifacts/*.AppImage

       - name: Save provenance as multiple.intoto.jsonl
+        env:
+          BUNDLE_PATH: ${{steps.attest.outputs.bundle-path}}
+          VERSION: ${{needs.version.outputs.version}}
         run: |
-          cp "${{steps.attest.outputs.bundle-path}}" "${{github.workspace}}/multiple.intoto.jsonl"
+          cp "$BUNDLE_PATH" "${{github.workspace}}/artifacts/ImageMagick-$VERSION.intoto.jsonl"

       - name: Publish release
         env:
@@ -625,7 +628,7 @@ jobs:
             ${{github.workspace}}/artifacts/*.exe \
             ${{github.workspace}}/artifacts/*.msixbundle \
             ${{github.workspace}}/artifacts/*.AppImage \
-            ${{github.workspace}}/multiple.intoto.jsonl
+            ${{github.workspace}}/artifacts/*.intoto.jsonl

   prepare_msix:
     name: Prepare Msix