Commit c3d83c65a for imagemagick.org
commit c3d83c65a6831bd191911e7b2ab381040d39f4d3
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Sun Aug 23 19:23:14 2026 +0200
Corrected file names.
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fdf9a730d..0134739f7 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -214,13 +214,13 @@ 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
+ FILENAME: ImageMagick-${{needs.version.outputs.version}}-${{matrix.quantum}}${{matrix.hdri_flag}}-${{matrix.architecture}}-${{matrix.typeName}}.cdx.json
run: |
python ImageMagick\.github\build\windows\create-sbom.py Configure\Installer\Inno\Artifacts\%FILENAME%
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
with:
- name: ImageMagick-${{needs.version.outputs.version}}-${{matrix.quantum}}${{matrix.hdri_flag}}-${{matrix.typeName}}-${{matrix.architecture}}.exe
+ name: ImageMagick-${{needs.version.outputs.version}}-${{matrix.quantum}}${{matrix.hdri_flag}}-${{matrix.architecture}}-${{matrix.typeName}}.exe
path: Configure\Installer\Inno\Artifacts
windows_source: