GitLab CI: Fix an artifact declaration.

This commit is contained in:
Gerald Combs 2021-05-02 20:28:50 -07:00
parent a479922052
commit 37e833e2c6
1 changed files with 2 additions and 1 deletions

View File

@ -500,7 +500,8 @@ coverity-visual-c++:
- ("export GIT_DESCRIPTION=$gitDescription" | Out-File -Encoding ascii -Append job_environment_variables.txt)
artifacts:
paths:
- build/cov-int.zip
- cov-int.zip
- job_environment_variables.txt
coverity-visual-c++-submit:
image: curlimages/curl
rules: