From 547173be406f867ac5c837e8f8ee8d6b0d012bd3 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 22 May 2021 00:30:33 +0200 Subject: [PATCH] ci: Add build version to 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 5e1436b81e..40608f2caa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,5 +141,5 @@ jobs: - name: "Upload Artifacts" uses: actions/upload-artifact@v1 with: - name: ffmpeg-${{ matrix.bits }}-${{ matrix.type }}-${{ matrix.license }}v${{ matrix.license_version }}-${{ steps.data.outputs.commit }} + name: ffmpeg-${{ matrix.bits }}-${{ matrix.type }}-${{ matrix.license }}v${{ matrix.license_version }}-${{ steps.data.outputs.version_major }}.${{ steps.data.outputs.version_minor }}.${{ steps.data.outputs.version_patch }}-${{ steps.data.outputs.commit }} path: distrib