Commit 7d45ed032 for imagemagick.org
commit 7d45ed0323eead72cbf5b0e8f43e6d24f2fe63a1
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Sun Aug 23 18:42:29 2026 +0200
Correct filename.
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4a1545d51..d6221c084 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -214,8 +214,9 @@ jobs:
env:
VERSION: ${{needs.version.outputs.version}}
TIMESTAMP: ${{needs.version.outputs.timestamp}}
+ FILENAME: ImageMagick-${{needs.version.outputs.version}}-${{matrix.quantum}}${{matrix.hdri_flag}}-${{matrix.typeName}}-${{matrix.architecture}}.cdx.json
run: |
- python ImageMagick\.github\build\windows\create-sbom.py Configure\Installer\Inno\Artifacts\ImageMagick-%VERSION%-${{matrix.quantum}}${{matrix.hdri_flag}}-${{matrix.typeName}}-${{matrix.architecture}}.cdx.json
+ python ImageMagick\.github\build\windows\create-sbom.py Configure\Installer\Inno\Artifacts\%FILENAME%
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
with: