Commit 0ef8616b authored by Letha Bae's avatar Letha Bae
Browse files

Update .gitlab-ci.yml file

No related merge requests found
Pipeline #451 passed with stages
in 1 minute and 44 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