Skip to content

Commit 7cce0a6

Browse files
committed
Name artifacts uniquely based on job matrix
1 parent 1d6f7d9 commit 7cce0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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
241+
name: new-experiment-logs-winui${{ matrix.winui }}
242242
path: ./**/*.*log
243243

244244
wasm-linux:

0 commit comments

Comments
 (0)