Skip to content

Commit b85c705

Browse files
millotpshortcuts
andauthored
Update .github/workflows/check.yml
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 8251149 commit b85c705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
- name: Zip artifact before storing
245245
run:
246246
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/**"
247+
"**/node_modules**" "**/.yarn/cache/**" "**/build/**" "**/dist/**" "**/.gradle/**" "**/bin/**" "**/vendor/**"
248248

249249
- name: Store ${{ matrix.client.language }} clients
250250
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)