ci(coverity): Fix typo in tar command

[skip ci]
This commit is contained in:
James McCoy 2021-05-05 12:54:17 -04:00
parent 554468cc03
commit 7ae1417ad5
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -19,7 +19,7 @@ jobs:
run: |
wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=neovim%2Fneovim" -O coverity_tool.tgz
mkdir cov-scan
tar ax -f coverity_tool.tgz --strip-components=1 -c cov-scan
tar ax -f coverity_tool.tgz --strip-components=1 -C cov-scan
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}