From 086829ce20011a5d7747d735c0342754d513fdc2 Mon Sep 17 00:00:00 2001 From: William Mead Date: Thu, 6 Jul 2023 14:16:04 +0200 Subject: [PATCH] Fixed release job asset URL --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02d66e1..9da6608 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,5 +41,5 @@ release-job: assets: links: - name: 'WP-plugintemplate $CI_COMMIT_TAG' - url: 'https://git.manche.io/wordpress/plugintemplate/-/jobs/$CI_JOB_ID/artifacts/download' + url: 'https://git.manche.io/wordpress/wpplugintemplate/-/jobs/$CI_JOB_ID/artifacts/download' link_type: package \ No newline at end of file