Skip to content

Commit

Permalink
Typo-2
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Jul 22, 2024
1 parent 6d5b4b3 commit 9b5df6d
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 @@ -42,7 +42,7 @@ jobs:
run: |
curl https://scan.coverity.com/download/cxx/linux64 \
--no-progress-meter \
--output cov-linux64-tool.tar.gz" \
--output cov-linux64-tool.tar.gz \
--data "token=${{secrets.COVERITY_TOKEN}}&project=${env: COVERITY_PROJECT}"
mkdir cov-linux64-tool
tar -xzf cov-linux64-tool.tar.gz --strip 1 -C cov-linux64-tool
Expand Down

0 comments on commit 9b5df6d

Please sign in to comment.