From e20853ea67433f2e76b41a7508321c3906d7e669 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 22 Nov 2020 23:05:59 +0100 Subject: [PATCH] ci: Fix missing license version in artifacts --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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