Skip to content

Commit

Permalink
Update coverity2.yml
Browse files Browse the repository at this point in the history
Add missing creating of xrt.tgz
  • Loading branch information
stsoe authored Dec 11, 2024
1 parent 091c85e commit 28a48cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverity2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Submut the results to Coverity Scan
if: steps.cache-sha.outputs.cache-hit != 'true'
run: |
# compress cov-int
tar czvf xrt.tgz cov-int
# Fetch cloud upload URL
curl -X POST \
-d version=trunk \
Expand Down

0 comments on commit 28a48cf

Please sign in to comment.