diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e51a1f..c5f2182 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ export:html5: script: - GODOT=./bin/godot3-server make export-html5 artifacts: - name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-html5 + name: "$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-html5" paths: - build/ only: @@ -33,7 +33,7 @@ export:windows: script: - GODOT=./bin/godot3-server make export-windows artifacts: - name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-windows + name: "$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-windows" paths: - build/ only: @@ -44,7 +44,7 @@ export:osx: script: - GODOT=./bin/godot3-server make export-osx artifacts: - name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-osx + name: "$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-osx" paths: - build/ only: @@ -55,7 +55,7 @@ export:linux: script: - GODOT=./bin/godot3-server make export-linux artifacts: - name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-linux + name: "$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-linux" paths: - build/