Skip to content

Commit

Permalink
fix in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwoop committed Oct 25, 2018
1 parent 160914e commit d8f200d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ release-windows-x64-Release-ICC17-ISPC1.9.1-TBB2017-PACKAGE-ZIP:
tags: [win7, icc17]
only: [web]
artifacts:
name: "%CI_JOB_NAME%"
name: "$env:CI_JOB_NAME"
paths: [build/*.zip]
when: always
expire_in: 2 mos
Expand All @@ -468,7 +468,7 @@ release-windows-x64-Release-ICC17-ISPC1.9.1-TBB2017-PACKAGE-MSI:
tags: [win7, icc17]
only: [web]
artifacts:
name: "%CI_JOB_NAME%"
name: "$env:CI_JOB_NAME"
paths: [build/*.msi]
when: always
expire_in: 2 mos
Expand Down

0 comments on commit d8f200d

Please sign in to comment.