We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc77d6 commit 8251149Copy full SHA for 8251149
.github/workflows/check.yml
@@ -244,7 +244,7 @@ jobs:
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**" "clients/algoliasearch-client-javascript/.yarn**" "**/.github**" "**/build/**" "**/dist/**" "**/.gradle/**" "**/bin/**" "**/vendor/**"
+ "**/node_modules/**" "**/.yarn/cache/**" "**/build/**" "**/dist/**" "**/.gradle/**" "**/bin/**" "**/vendor/**"
248
249
- name: Store ${{ matrix.client.language }} clients
250
uses: actions/upload-artifact@v3
0 commit comments