We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd20b2 commit 3afd31aCopy full SHA for 3afd31a
.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-${{ strategy.job-index }}
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-${{ strategy.job-index }}
60
61
runner: macos-14-xlarge
62
0 commit comments