Skip to content

Commit

Permalink
codestyle.yml: Make unique name for the artifacts workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
artanokhov committed Sep 11, 2024
1 parent c4797fd commit 041fbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: codestyle_checks
name: codestyle_checks_${{ matrix.os }}
path: |
./utils_unittests.html

0 comments on commit 041fbd6

Please sign in to comment.