Skip to content

Commit 8d8b352

Browse files
authored
Update build-icu-win.yml
1 parent fe2c1c1 commit 8d8b352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-icu-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Pack"
3030
run: |
3131
New-Item -ItemType Directory -Force -Path dist
32-
Compress-Archive -Path "x64-windows-static" -DestinationPath "dist\icu-static-windows-x64.zip"
32+
Compress-Archive -Path "x64-windows-static-v142" -DestinationPath "dist\icu-static-windows-x64.zip"
3333
3434
- name: "Deploy to self-hosted OSS"
3535
uses: static-php/upload-s3-action@v1.0.0

0 commit comments

Comments
 (0)