Skip to content

Commit b291295

Browse files
committed
Fixed Windows CI packaging.
1 parent af2e473 commit b291295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
include: [
22-
{ msystem: MINGW64, arch: x86_64, platform: win64 },
23-
{ msystem: MINGW32, arch: i686, platform: win32 }
22+
{ msystem: MINGW64, arch: x86_64, platform: win64, urlpath: mingw64 },
23+
{ msystem: MINGW32, arch: i686, platform: win32, urlpath: mingw32 }
2424
]
2525

2626
steps:

0 commit comments

Comments
 (0)