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