.github/workflows/coverity-scan.yml: fix tar
This commit is contained in:
parent
bed16c48db
commit
c9837b9a9e
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
- name: Submit the result to Coverity Scan
|
||||
run: |
|
||||
tar --ignore-failed-read czvf xbps.tgz cov-int
|
||||
tar czvf xbps.tgz --ignore-failed-read cov-int
|
||||
curl \
|
||||
--form project=xbps \
|
||||
--form token=$TOKEN \
|
||||
|
Loading…
Reference in New Issue
Block a user