Skip to content

Commit a071e41

Browse files
committed
(appveyor) add dir /s /b
1 parent cfa672e commit a071e41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ build_script:
6161
- nmake
6262

6363
after_build:
64+
- dir /s /b
6465
- cd %OUTDIR%
6566
- 7z a %ARTIFACT_NAME% icu*.dll v8.dll php_v8js.dll
6667
- ps: Push-AppveyorArtifact $env:ARTIFACT_NAME

0 commit comments

Comments
 (0)