Skip to content

Commit 3afd31a

Browse files
committed
UUUUUUUUUGH
1 parent 1fd20b2 commit 3afd31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_ffmpeg.yaml

Lines changed: 2 additions & 2 deletions
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-${{ strategy.job-index }}
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-${{ strategy.job-index }}
6060
repository: pytorch/torchcodec
6161
runner: macos-14-xlarge
6262
script: |

0 commit comments

Comments
 (0)