Skip to content

Commit 32cf456

Browse files
authored
Update action.yml
1 parent 77f31c4 commit 32cf456

File tree

1 file changed

+1
-1
lines changed
  • .github/shared-actions/windows-bazel-test

1 file changed

+1
-1
lines changed

.github/shared-actions/windows-bazel-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
run: |
4848
cd ${{steps.init_wsl.outputs.repo_path}}
4949
tar -cf /tmp/test.tar.gz dist/bin/tests/legacy-cli/${{inputs.test_target_name}}_
50-
mkdir /mnt/c/test
50+
mkdir /mnt/d/test
5151
mv /tmp/test.tar.gz /mnt/d/test
5252
(cd /mnt/d/test && tar -xf /mnt/d/test/test.tar.gz)
5353

0 commit comments

Comments
 (0)