We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c62886 commit 8820497Copy full SHA for 8820497
1 file changed
.github/workflows/clang-tidy.yml
@@ -50,12 +50,12 @@ jobs:
50
- uses: ./.github/actions/install-protozero
51
- uses: ./.github/actions/cmake
52
- name: Run clang-tidy
53
- run: make clang-tidy | tee libosmium-clang-tidy-${{ matrix.clang }}.log
+ run: make clang-tidy | tee libosmium-${{ github.sha }}-clang-tidy-${{ matrix.clang }}.log
54
shell: bash
55
working-directory: build
56
- name: Upload clang-tidy log
57
uses: actions/upload-artifact@v4
58
if: always()
59
with:
60
- name: libosmium-clang-tidy-${{ matrix.clang }}-log
61
- path: build/libosmium-clang-tidy-${{ matrix.clang }}.log
+ name: libosmium-${{ github.sha }}-clang-tidy-${{ matrix.clang }}-log
+ path: build/libosmium-${{ github.sha }}-clang-tidy-${{ matrix.clang }}.log
0 commit comments