Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianegge authored Oct 25, 2024
1 parent 4089a81 commit c0e9487
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: output-log-file
name: output-log-file-${{ matrix.os }}-clang-${{ matrix.clang }}
path: ${{ matrix.os }}-clang-${{ matrix.clang }}-ASanAndUBSan-hobbes.log
linux-clang-build:
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: output-log-file
name: output-log-file-${{ matrix.os }}-clang-${{ matrix.clang }}
path: ${{ matrix.os }}-clang-${{ matrix.clang }}-hobbes.log
linux-gcc-build:
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -87,5 +87,5 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: output-log-file
path: ${{ matrix.os }}-gcc-${{ matrix.gcc }}-llvm-${{ matrix.llvm }}-hobbes.log
name: output-log-file-${{ matrix.os }}-gcc-${{ matrix.gcc }}-llvm-${{ matrix.llvm }}
path: ${{ matrix.os }}-gcc-${{ matrix.gcc }}-llvm-${{ matrix.llvm }}-hobbes.log

0 comments on commit c0e9487

Please sign in to comment.