fix remote import

This commit is contained in:
Syping 2018-06-29 09:57:06 +02:00
parent 541a7d18bd
commit dc101a66da
3 changed files with 91 additions and 68 deletions

View file

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