mirror of https://github.com/google/oss-fuzz.git
[cifuzz] Try to fix copy (#10228)
This commit is contained in:
parent
fc79fcb816
commit
d1d4d55a91
|
@ -95,4 +95,4 @@ class Workspace:
|
|||
|
||||
def make_repo_for_sarif(self):
|
||||
"""Copies the repo over for the sarif upload GitHub action."""
|
||||
return shutil.copytree(self.repo, self.sarif)
|
||||
return shutil.copytree(self.repo, self.sarif, symlinks=True)
|
||||
|
|
Loading…
Reference in New Issue