diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 16:30:37 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 16:30:37 +1000 |
commit | 71c5ec5950d9cf30cc1200ac0c22432dfd7ac1eb (patch) | |
tree | c14ebb15ab97732b2b559c7a5d10d46948538973 | |
parent | dcf9e62e968dd26f87616480f62f50a470316188 (diff) |
include debug in artifacts
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b699b22..e564ee7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,3 +52,4 @@ build: name: "build" paths: - dist + - debug |