From d5497007ad6118ea7c9a1674c7badb6f719de420 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 19 Jun 2025 22:59:13 +0300 Subject: [PATCH] fix(ci): make build results filename unique --- .github/workflows/pr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index a8808a2..1c4eafb 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -132,7 +132,7 @@ jobs: - name: Upload build result uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: - name: build-results + name: build-results-${{ steps.resultfile.outputs.filename }} path: results/ overwrite: true if-no-files-found: warn