Capture artifacts from `make dist` to save at release time.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e5abc5..2351265 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,12 @@
     - if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
       when: never
     - if: $RELEASE_TOKEN
+  artifacts:
+    paths:
+      - dist/*
   script:
     - CI_PUSH_REPO=`echo "$CI_REPOSITORY_URL" | sed 's/^.*@/@/g'`
     - git remote set-url --push origin "https://gitlab-ci-token:${RELEASE_TOKEN}$CI_PUSH_REPO"
     - git tag `date "+%Y%m%d"`
     - git push --tags
+    - make dist