Skip to content

Commit

Permalink
ensure that archiving artifacts always occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ragghianti committed Jul 10, 2023
1 parent c481d6c commit dc7d9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
run: .github/workflows/clang_analysis.sh clang-analysis-output
- name: Archive analysis results
uses: actions/upload-artifact@v3
if: always()
with:
name: clang-analysis-output
path: clang-analysis-output

0 comments on commit dc7d9dc

Please sign in to comment.