Skip to content

Commit

Permalink
Remove saving artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Nov 18, 2024
1 parent d7628b4 commit 018678f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ jobs:
--form token="${{ secrets.COVERITY_TOKEN }}" \
--form email="${{ secrets.COVERITY_EMAIL }}" \
--form [email protected] \
--form version="2022.x" \
--form description="${GITHUB_SHA}" \
--form version="${GITHUB_SHA}" \
--form description="" \
"https://scan.coverity.com/builds?project=${{env.COVERITY_PROJECT}}"
- if: always()
name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ github.job }}
path: build/cov-int.tgz
retention-days: 2

0 comments on commit 018678f

Please sign in to comment.