Skip to content

Commit acf9080

Browse files
committed
Download the correct version of the dependencies for the portable build.
1 parent f7c8adc commit acf9080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
- name: Download dependencies
273273
shell: cmd
274274
run: |
275-
ImageMagick\.github\build\windows\download-dependencies.cmd windows-${{matrix.architecture}}-static-openMP.zip
275+
ImageMagick\.github\build\windows\download-dependencies.cmd windows-${{matrix.architecture}}-static-openMP-linked-runtime.zip
276276
277277
- name: Download ChangeLog.md
278278
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)