Skip to content

Commit be36ce3

Browse files
committed
Corrected check in build.
1 parent c70a18c commit be36ce3

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
@@ -125,7 +125,7 @@ jobs:
125125
msbuild /m /t:Rebuild /p:Configuration=Release,Platform=${{matrix.architecture}}
126126
127127
- name: Build PerlMagick
128-
if: ${{matrix.architecture == 'dynamic'}}
128+
if: ${{matrix.buildType == 'dynamic'}}
129129
shell: cmd
130130
run: |
131131
set PATH=

0 commit comments

Comments
 (0)