Skip to content

Commit 579eb71

Browse files
committed
Linux: publish output again
1 parent bfeccad commit 579eb71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build-ffmpeg.py

+2
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ def main():
243243
# FFmpeg has native TLS backends for macOS and Windows
244244
use_gnutls = plat == "Linux"
245245

246+
if plat == "Linux" and os.environ.get("CIBUILDWHEEL") == "1":
247+
output_dir = "/output"
246248
output_tarball = os.path.join(output_dir, f"ffmpeg-{get_platform()}.tar.gz")
247249

248250
if os.path.exists(output_tarball):

0 commit comments

Comments
 (0)