Skip to content

Commit

Permalink
fix output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSchiff committed Jan 20, 2025
1 parent bfeccad commit a94f395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ def main():
# FFmpeg has native TLS backends for macOS and Windows
use_gnutls = plat == "Linux"

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

if os.path.exists(output_tarball):
Expand Down

0 comments on commit a94f395

Please sign in to comment.