We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd20b2 commit 8ebc76bCopy full SHA for 8ebc76b
.github/workflows/build_ffmpeg.yaml
@@ -34,7 +34,7 @@ jobs:
34
contents: read
35
with:
36
job-name: Build
37
- upload-artifact: ffmpeg-lgpl
+ upload-artifact: ffmpeg-lgpl-linux_x86_64-${{ matrix.ffmpeg-version }}
38
repository: pytorch/torchcodec
39
script: |
40
export FFMPEG_VERSION="${{ matrix.ffmpeg-version }}"
@@ -56,7 +56,7 @@ jobs:
56
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
57
58
59
+ upload-artifact: ffmpeg-lgpl-macos-${{ matrix.ffmpeg-version }}
60
61
runner: macos-14-xlarge
62
0 commit comments