Skip to content

Commit

Permalink
Should fix tar command while running coverity (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Dec 9, 2024
1 parent d7a4ff4 commit 533a0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Compile Coverity
run: |
${{ env.COVERITY }}/bin/cov-build --dir cov-int mvn -Pbuild-nogenerate -B -Drevision=${{ env.RELEASE_VERSION }} -Dsha1= -Dchangelist= clean compile
tar czvf ${{ vars.COVERITY_PROJECT_URL_NAME }} cov-int
tar czvf ${{ vars.COVERITY_PROJECT_URL_NAME }}.tgz cov-int
- name: Install jq
run: |
Expand Down

0 comments on commit 533a0b6

Please sign in to comment.