From 7ffbb10587a5b7562181e4ff766494fbdda2095f Mon Sep 17 00:00:00 2001 From: Yoram Date: Thu, 17 Jul 2025 09:48:22 +0200 Subject: [PATCH] fix: conflict upload names when reusing workflow more then once --- .github/workflows/build-unix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-unix.yml b/.github/workflows/build-unix.yml index e0b51614..c6087f22 100644 --- a/.github/workflows/build-unix.yml +++ b/.github/workflows/build-unix.yml @@ -230,7 +230,7 @@ jobs: - uses: actions/upload-artifact@v4 name: "Upload License Files" with: - name: license-files + name: license-files-${{ inputs.php-version }}-${{ inputs.os }} path: buildroot/license/ - uses: actions/upload-artifact@v4 name: "Upload Build Metadata"