Skip to content

Commit

Permalink
Use unique artifact names for ilc-repro
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Aug 30, 2024
1 parent 8c87035 commit 294457b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
with:
name: ilc-repro
name: ilc-repro-${{ matrix.multitarget }}-winui${{ matrix.winui }}
path: ./*.zip

# https://github.com/dorny/paths-filter#custom-processing-of-changed-files
Expand Down

0 comments on commit 294457b

Please sign in to comment.