Skip to content

Commit

Permalink
Save artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Nov 8, 2024
1 parent 5775f2f commit 1b9a46c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@ jobs:
--form version="${{ inputs.version }}" \
--form description="oneTBB-master-${{ env.GITHUB_SHA_SHORT }}" \
"https://scan.coverity.com/builds?project=${{env.COVERITY_PROJECT}}"
- if: always()
name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ github.job }}
path: coverity-int.tgz
retention-days: 2
1

0 comments on commit 1b9a46c

Please sign in to comment.