File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -242,9 +242,7 @@ jobs:
242
242
run : yarn cli cts run ${{ matrix.client.language }}
243
243
244
244
- name : Zip artifact before storing
245
- run :
246
- zip -r -y clients-${{ matrix.client.language }}.zip ${{ matrix.client.path }} ${{ matrix.client.testsToStore }} -x \
247
- " **/node_modules**" " **/.yarn/cache/**" " **/build/**" " **/dist/**" " **/.gradle/**" " **/bin/**" " **/vendor/**"
245
+ run : zip -r -y clients-${{ matrix.client.language }}.zip ${{ matrix.client.path }} ${{ matrix.client.testsToStore }} -x "**/node_modules**" "**/.yarn/cache/**" "**/build/**" "**/dist/**" "**/.gradle/**" "**/bin/**" "**/vendor/**"
248
246
249
247
- name : Store ${{ matrix.client.language }} clients
250
248
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments