From 275b65688b564245d455059f26fb04e142798d1a Mon Sep 17 00:00:00 2001 From: Matthieu CAILLEAUX Date: Mon, 15 Nov 2021 17:57:51 +0100 Subject: [PATCH] chore: test release --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a3cd9c..6b990ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,8 +46,10 @@ release: assets: links: - name: 'content' - url: './dist/wfrp4e-actor-sheet-print.zip' + url: 'https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/releases/$CI_COMMIT_TAG/downloads/wfrp4e-actor-sheet-print.zip' + filepath: './dist/wfrp4e-actor-sheet-print.zip' - name: 'manifest' - url: './dist/module.json' + url: 'https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/releases/$CI_COMMIT_TAG/downloads/module.json' + filepath: './dist/module.json' only: - tags