diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f15f0ecf27..5cef21110e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file