Commit ecf5f1f5 authored by Letha Bae's avatar Letha Bae
Browse files

Update .gitlab-ci.yml file

parent 18a6c4f3
Pipeline #465 passed with stages
in 15 seconds
Showing with 4 additions and 1 deletion
+4 -1
......@@ -3,6 +3,8 @@ stages:
- upload
- release
variables:
GIT_SSL_NO_VERIFY: "1"
build:
......@@ -11,7 +13,8 @@ build:
- if: $CI_COMMIT_TAG
script:
- cd ./
- zip -r ${CI_PROJECT_NAME}.zip *upk *udk
- rename 's/\.udk/\.upk/' *
- zip -r ${CI_PROJECT_NAME}.zip *upk
artifacts:
paths:
- ${CI_PROJECT_NAME}.zip
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment