GitLab artifacts updated
This commit is contained in:
parent
81ea0490cf
commit
f932a8d5ee
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue