From b36399f5724a561305acefb858ae79f04174507f Mon Sep 17 00:00:00 2001 From: Masterain Date: Wed, 3 Jan 2024 17:36:45 -0800 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e970a3fb..f5c49f8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,9 @@ release: - name: "$THIS_SHA256SUMS_NAME" url: "https://$CI_SERVER_SHELL_SSH_HOST/$CI_PROJECT_PATH/-/jobs/$THIS_JOB_ID/artifacts/raw/$THIS_SHA256SUMS_NAME?inline=false" link_type: other + - name: "artifact_archive" + url: "https://$CI_SERVER_SHELL_SSH_HOST/$CI_PROJECT_PATH/-/jobs/$THIS_JOB_ID/artifacts/download?file_type=archive" + link_type: other Refresh: stage: refresh