From f7363de314197cf39a7a718bdb7b4a79899e8d83 Mon Sep 17 00:00:00 2001 From: Matthieu CAILLEAUX Date: Thu, 18 Nov 2021 15:42:03 +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 6b990ad..4e2b508 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,9 +47,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: './dist/wfrp4e-actor-sheet-print.zip' + filepath: '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: './dist/module.json' + filepath: 'dist/module.json' only: - tags