We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6f7d9 commit 7cce0a6Copy full SHA for 7cce0a6
.github/workflows/build.yml
@@ -238,7 +238,7 @@ jobs:
238
uses: actions/upload-artifact@v4
239
if: ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
240
with:
241
- name: new-experiment-logs
+ name: new-experiment-logs-winui${{ matrix.winui }}
242
path: ./**/*.*log
243
244
wasm-linux:
0 commit comments