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:
|
script:
|
||||||
- .gitlab/gitlab.sh
|
- .gitlab/gitlab.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "gta5view-$CI_COMMIT_REF_NAME-wp"
|
name: "gta5view-${CI_COMMIT_SHA:0:8}_portable"
|
||||||
paths:
|
paths:
|
||||||
- "gta5view-*.exe"
|
- "gta5view-*.exe"
|
||||||
|
|
||||||
|
@ -18,6 +18,6 @@ Windows Installer:
|
||||||
script:
|
script:
|
||||||
- .gitlab/gitlab.sh
|
- .gitlab/gitlab.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "gta5view-$CI_COMMIT_REF_NAME-wi"
|
name: "gta5view-${CI_COMMIT_SHA:0:8}_setup"
|
||||||
paths:
|
paths:
|
||||||
- "gta5view-*.exe"
|
- "gta5view-*.exe"
|
||||||
|
|
Loading…
Reference in a new issue