From 784d1eec9599eda5103070bd426edb7e1d9d94f9 Mon Sep 17 00:00:00 2001 From: Matthieu CAILLEAUX Date: Fri, 19 Nov 2021 15:27:22 +0100 Subject: [PATCH] chore: test release --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17567f7..6b3c0a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,9 +54,9 @@ release: links: - name: 'content' url: 'https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/releases/$CI_COMMIT_TAG/downloads/wfrp4e-actor-sheet-print.zip' - filepath: '/jobs/$CI_JOB_ID/artifacts/browse/dist/wfrp4e-actor-sheet-print.zip' + filepath: '/jobs/$CI_JOB_ID/artifacts/dist/wfrp4e-actor-sheet-print.zip' - name: 'manifest' url: 'https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/releases/$CI_COMMIT_TAG/downloads/module.json' - filepath: '/jobs/$CI_JOB_ID/artifacts/browse/dist/module.json' + filepath: '/jobs/$CI_JOB_ID/artifacts/dist/module.json' only: - tags