Skip to content

Commit

Permalink
artifacts fix for multiple builds
Browse files Browse the repository at this point in the history
ghstack-source-id: 72c82a1433ecb7b6b50214bf26b0d29dad37bf85
Pull Request resolved: fairinternal/xformers#425

__original_commit__ = fairinternal/xformers@8a20da1
  • Loading branch information
bottler authored and xFormers Bot committed Jan 12, 2023
1 parent 2166360 commit 217b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/build_conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def move_artifacts_to_store(self):
assert not self.build_inside_tree
artifacts = Path("artifacts")
artifacts.mkdir(exist_ok=True)
for filename in Path("../build/linux-64").resolve().glob("*.bz2"):
for filename in Path("../build/linux-64").resolve().glob("*.tar.bz2"):
print("moving", filename)
shutil.move(filename, artifacts)

Expand Down

0 comments on commit 217b111

Please sign in to comment.