Skip to content

Commit 8ebc76b

Browse files
authored
Fix FFmpeg build job (#561)
1 parent 1fd20b2 commit 8ebc76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build_ffmpeg.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
contents: read
3535
with:
3636
job-name: Build
37-
upload-artifact: ffmpeg-lgpl
37+
upload-artifact: ffmpeg-lgpl-linux_x86_64-${{ matrix.ffmpeg-version }}
3838
repository: pytorch/torchcodec
3939
script: |
4040
export FFMPEG_VERSION="${{ matrix.ffmpeg-version }}"
@@ -56,7 +56,7 @@ jobs:
5656
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
5757
with:
5858
job-name: Build
59-
upload-artifact: ffmpeg-lgpl
59+
upload-artifact: ffmpeg-lgpl-macos-${{ matrix.ffmpeg-version }}
6060
repository: pytorch/torchcodec
6161
runner: macos-14-xlarge
6262
script: |

0 commit comments

Comments
 (0)