File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 - uses : ./.github/actions/install-from-git
4848 - uses : ./.github/actions/cmake
4949 - name : Run clang-tidy
50- run : make clang-tidy | tee osmium-tool-clang-tidy-${{ matrix.clang }}.log
50+ run : make clang-tidy | tee osmium-tool-${{ github.sha }}- clang-tidy-${{ matrix.clang }}.log
5151 shell : bash
5252 working-directory : build
5353 - name : Upload clang-tidy log
5454 uses : actions/upload-artifact@v4
5555 if : always()
5656 with :
57- name : osmium-tool-clang-tidy-${{ matrix.clang }}-log
58- path : build/osmium-tool-clang-tidy-${{ matrix.clang }}.log
57+ name : osmium-tool-${{ github.sha }}- clang-tidy-${{ matrix.clang }}-log
58+ path : build/osmium-tool-${{ github.sha }}- clang-tidy-${{ matrix.clang }}.log
You can’t perform that action at this time.
0 commit comments