Skip to content

Commit 7f82327

Browse files
[ci] fix ci bug
1 parent 12307ec commit 7f82327

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gitlab/.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@ scan-bdba-bin:
200200
needs: [release-linux, release-macOS, release-windows]
201201
script:
202202
- gitlab/bdba.sh "openpgl-*"
203-
- gitlab/store-files.sh $CI_PROJECT_NAME $CI_PIPELINE_ID bdba "openvkl-*.pdf"
204-
- gitlab/store-files.sh $CI_PROJECT_NAME $CI_PIPELINE_ID bdba "openvkl-*.csv"
203+
- gitlab/store-files.sh $CI_PROJECT_NAME $CI_PIPELINE_ID bdba "openpgl-*.pdf"
204+
- gitlab/store-files.sh $CI_PROJECT_NAME $CI_PIPELINE_ID bdba "openpgl-*.csv"
205205
artifacts:
206206
paths:
207-
- openvkl-*.pdf
208-
- openvkl-*.csv
207+
- openpgl-*.pdf
208+
- openpgl-*.csv
209209
allow_failure: true
210210

211211
av:

0 commit comments

Comments
 (0)