]> git.proxmox.com Git - mirror_linux-firmware.git/commitdiff
Capture artifacts from `make dist` to save at release time.
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 31 Aug 2023 15:17:37 +0000 (10:17 -0500)
committerMario Limonciello <mario.limonciello@amd.com>
Thu, 31 Aug 2023 15:26:05 +0000 (10:26 -0500)
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
.gitlab-ci.yml

index 7e5abc58c26b9212321d7ab5d1ceed200bb1eac0..235126575214ae3ab9925ad3aac0caabf8fb78c8 100644 (file)
@@ -16,8 +16,12 @@ release:
     - 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