Skip to content

Commit

Permalink
github/workflows/libvmaf.yml: upload to a specific name for each matr…
Browse files Browse the repository at this point in the history
…ix.oss and matrix.cc
  • Loading branch information
nilfm99 committed Feb 8, 2024
1 parent 3b430c2 commit 8a57e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libvmaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Upload vmaf
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-vmaf
name: ${{ matrix.os }}-${{ matrix.CC }}-vmaf
path: ${{ steps.get_info.outputs.path }}
- name: Upload vmaf
if: steps.get_info.outputs.upload_url != 'null'
Expand Down

0 comments on commit 8a57e3e

Please sign in to comment.