Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Letha Bae
Top Down Rocket League
Commits
4e4d73b5
Commit
4e4d73b5
authored
2 years ago
by
Letha Bae
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml file
parent
7142d68d
Pipeline
#471
passed with stages
in 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-1
.gitlab-ci.yml
with
4 additions
and
1 deletion
+4
-1
.gitlab-ci.yml
+
4
-
1
View file @
4e4d73b5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help