Skip to content

Commit 6323351

Browse files
committed
Artifact on Windows, attempt MapServer#100
1 parent 818a183 commit 6323351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
Copy-Item -Path "${{ github.workspace }}\build\fcgi-1.out" -Destination "${{ github.workspace }}\build\fcgi-2.out"
7676
perl.exe -0777 -pi -e 'binmode ARV;binmode ARGVOUT;s/[A-Z][-:; ,\/=A-Za-z0-9]*\r\n//g' "${{ github.workspace }}\build\fcgi-2.out"
7777
Copy-Item -Path "${{ github.workspace }}\build\fcgi-2.out" -Destination "${{ github.workspace }}\build\fcgi-3.out"
78-
perl.exe -0777 -pi -e 'binmode ARV;binmode ARGVOUT;s/\r\n//' "${{ github.workspace }}\build\fcgi-3.out"
78+
perl.exe -0777 -pi -e 'binmode ARV;binmode ARGVOUT;s/\n//' "${{ github.workspace }}\build\fcgi-3.out"
7979
.\gdal\apps\gdalinfo.exe -checksum "${{ github.workspace }}\build\fcgi-3.out"
8080
.\mapcache_seed.exe -h
8181
.\mapcache_detail.exe --help

0 commit comments

Comments
 (0)