chore: Update artifact names in Windows profile build workflow

This commit is contained in:
mauro-balades
2024-09-01 16:00:53 +02:00
parent 1522afd6ca
commit 94463e9fa5

View File

@@ -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
path: en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log
name: en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log