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 @@ -50,12 +50,12 @@ jobs:
5050 - uses : ./.github/actions/install-protozero
5151 - uses : ./.github/actions/cmake
5252 - name : Run clang-tidy
53- run : make clang-tidy | tee libosmium-clang-tidy-${{ matrix.clang }}.log
53+ run : make clang-tidy | tee libosmium-${{ github.sha }}- clang-tidy-${{ matrix.clang }}.log
5454 shell : bash
5555 working-directory : build
5656 - name : Upload clang-tidy log
5757 uses : actions/upload-artifact@v4
5858 if : always()
5959 with :
60- name : libosmium-clang-tidy-${{ matrix.clang }}-log
61- path : build/libosmium-clang-tidy-${{ matrix.clang }}.log
60+ name : libosmium-${{ github.sha }}- clang-tidy-${{ matrix.clang }}-log
61+ path : build/libosmium-${{ github.sha }}- clang-tidy-${{ matrix.clang }}.log
You can’t perform that action at this time.
0 commit comments