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 c0e9487 commit 5e8e9f8
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 @@ -28,7 +28,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: output-log-file-${{ matrix.os }}-clang-${{ matrix.clang }}
name: output-log-file-${{ matrix.os }}-clang-${{ matrix.clang }}-ASanAndUBSan-hobbes
path: ${{ matrix.os }}-clang-${{ matrix.clang }}-ASanAndUBSan-hobbes.log
linux-clang-build:
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 5e8e9f8

Please sign in to comment.