Skip to content

Commit 80a2ca7

Browse files
tools: fix tarball testing directory
1 parent 6285e1c commit 80a2ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "TAR_DIR=$RUNNER_TEMP/`basename tarballs/*.tar.gz .tar.gz`" >> $GITHUB_ENV
9797
- name: Copy directories needed for testing
9898
run: |
99-
cp -r tools/eslint $TAR_DIR/tools
99+
cp -r tools/node_modules $TAR_DIR/tools
100100
cp -r tools/eslint-rules $TAR_DIR/tools
101101
- name: Build
102102
run: |

0 commit comments

Comments
 (0)