Skip to content

Commit 4a10a43

Browse files
committed
Add matrix multitarget to artifact name to fix conflicts
1 parent d92908e commit 4a10a43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
uses: actions/upload-artifact@v4
239239
if: ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
240240
with:
241-
name: new-experiment-logs-winui${{ matrix.winui }}
241+
name: new-experiment-logs-winui${{ matrix.winui }}-multitarget${{ matrix.multitarget }}
242242
path: ./**/*.*log
243243

244244
wasm-linux:

0 commit comments

Comments
 (0)