GitLab artifacts updated

This commit is contained in:
Syping 2018-06-29 09:27:54 +02:00
parent 81ea0490cf
commit f932a8d5ee
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Windows Portable:
script:
- .gitlab/gitlab.sh
artifacts:
name: "gta5view-$CI_COMMIT_REF_NAME-wp"
name: "gta5view-${CI_COMMIT_SHA:0:8}_portable"
paths:
- "gta5view-*.exe"
@ -18,6 +18,6 @@ Windows Installer:
script:
- .gitlab/gitlab.sh
artifacts:
name: "gta5view-$CI_COMMIT_REF_NAME-wi"
name: "gta5view-${CI_COMMIT_SHA:0:8}_setup"
paths:
- "gta5view-*.exe"