Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
9c261825
by Beatriz Rizental at 2025-06-16T16:12:19+02:00
1 changed file:
Changes:
... | ... | @@ -136,7 +136,7 @@ echo "Starting ./mach build $(date)" |
136 | 136 | mkdir $artifactsdir
|
137 | 137 | # Copy the artifacts to the target directory
|
138 | 138 | # Naming convention is the same as Mozilla uses for their artifacts
|
139 | - cp -a obj-*/dist/*.tar.bz2 $artifactsdir/target.tar.bz2
|
|
139 | + cp -a obj-*/dist/*.tar.xz $artifactsdir/target.tar.xz
|
|
140 | 140 | cp -a obj-*/dist/*.zip $artifactsdir/target.xpt_artifacts.zip
|
141 | 141 | ./mach python -m mozbuild.action.test_archive common $artifactsdir/target.common.tests.tar.gz
|
142 | 142 | [% END %]
|