Skip to content

Commit c9dc920

Browse files
committed
Restored download of the ChangeLog.
1 parent d569a4b commit c9dc920

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/windows-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ jobs:
9292
run: |
9393
ImageMagick\.github\build\windows\download-dependencies.cmd windows-${{matrix.architecture}}-${{matrix.buildType}}-openMP.zip
9494

95+
- name: Download ChangeLog.md
96+
uses: actions/download-artifact@v4
97+
with:
98+
name: ChangeLog
99+
path: ImageMagick
100+
95101
- name: Install Strawberry Perl
96102
if: ${{matrix.buildType == 'dynamic'}}
97103
shell: cmd

0 commit comments

Comments
 (0)