From 94463e9fa51b617aa5d27994131d9378ee17ce03 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sun, 1 Sep 2024 16:00:53 +0200 Subject: [PATCH] chore: Update artifact names in Windows profile build workflow --- .github/workflows/windows-profile-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index 1daee16ec..c6f2c4a7d 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -88,8 +88,10 @@ jobs: uses: actions/upload-artifact@v4 with: path: merged-${{ matrix.generic == true && 'generic' || 'specific' }}.profdata + name: merged-${{ matrix.generic == true && 'generic' || 'specific' }}.profdata - name: Publish en-US.log uses: actions/upload-artifact@v4 with: - path: en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log \ No newline at end of file + path: en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log + name: en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log \ No newline at end of file