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