diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-06 23:16:28 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-06 23:16:28 +0000 |
| commit | 21465def688370eb8a4132352ae789e7a1fca9cb (patch) | |
| tree | 449de5b65d93c73fbf21bc64f39a3ce6e4ccfb7b | |
| parent | 470e0f1902c664f8c192e8251cd123aaa0cf4b2e (diff) | |
Add bin/ folder as artifact on Windows target
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9307863d..7b8e68ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,9 @@ build windows i686: # Post-processing - upx --lzma -9 --force bin/Attorney_Online.exe + artifacts: + paths: + - bin/ # Base folder .deploy_base: &deploy_base | |
