Skip to content

Commit c5cf219

Browse files
committed
appveyor: use *.exe glob for checking out binaries
1 parent dafa78e commit c5cf219

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ install:
55
- ruby --version
66
- bundle package --all
77

8-
- ps: git --work-tree=tmp\bin checkout origin/windows-binaries --
9-
advpng.exe gifsicle.exe jhead.exe jpeg-recompress.exe jpegoptim.exe
10-
jpegtran.exe optipng.exe pngcrush.exe pngout.exe pngquant.exe
8+
- ps: git --work-tree=tmp\bin checkout origin/windows-binaries -- '*.exe'
119

1210
- ps: | # svgo
1311
npm install -g svgo

0 commit comments

Comments
 (0)