ci: Fix missing license version in artifacts
This commit is contained in:
@@ -101,6 +101,6 @@ jobs:
|
||||
- name: "Upload Artifacts"
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: ffmpeg-${{ matrix.bits }}-${{ matrix.type }}-${{ matrix.license }}-${{ steps.data.outputs.commit }}
|
||||
name: ffmpeg-${{ matrix.bits }}-${{ matrix.type }}-${{ matrix.license }}v${{ matrix.license_version }}-${{ steps.data.outputs.commit }}
|
||||
path: distrib
|
||||
|
||||
Reference in New Issue
Block a user