@@ -68,7 +68,7 @@ addons:
cache:
directories:
- node_modules
- - */node_modules
+ - '*/node_modules'
- $HOME/.cache/yarn
- $HOME/.cache/electron
- $HOME/.cache/electron-builder
@@ -28,6 +28,6 @@ artifacts:
- - *\node_modules
- - '%LOCALAPPDATA%/Yarn'
+ - '*\node_modules'
+ - '%LOCALAPPDATA%\Yarn'
- '%USERPROFILE%\.electron'