.github/workflows/coverity-scan.yml: fix tar

This commit is contained in:
Duncan Overbruck 2020-04-18 15:39:00 +02:00
parent bed16c48db
commit c9837b9a9e
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -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 \