From 28a48cf3180a9de8e1bc82deee4368915aee447d Mon Sep 17 00:00:00 2001 From: Soren Soe <2106410+stsoe@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:07:40 -0800 Subject: [PATCH] Update coverity2.yml Add missing creating of xrt.tgz --- .github/workflows/coverity2.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coverity2.yml b/.github/workflows/coverity2.yml index e1f46248c84..1bf43d1ea39 100644 --- a/.github/workflows/coverity2.yml +++ b/.github/workflows/coverity2.yml @@ -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 \