From ac8e04cf1b039b674ec439dff55c3737467c9f75 Mon Sep 17 00:00:00 2001 From: Matthieu CAILLEAUX Date: Sat, 25 Dec 2021 09:44:11 +0100 Subject: [PATCH] chore: test release --- .gitlab-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06b37fe..dbeaeb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,8 +42,6 @@ build: release: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest - variables: - CI_COMMIT_TAG: test script: - echo 'Running the release job.' artifacts: @@ -60,12 +58,12 @@ release: assets: links: - name: 'module' - url: 'https://greenskin-foundryvtt.gitlab.io/-/wfrp4-actor-sheet-print/-/jobs/$CI_JOB_ID/artifacts/dist/wfrp4e-actor-sheet-print.zip' + url: 'https://greenskin-foundryvtt.gitlab.io/$CI_PROJECT_NAME/$CI_COMMIT_TAG/$CI_PROJECT_NAME.zip' + filepath: '/dist/$CI_PROJECT_NAME.zip' link_type: package - name: 'manifest' - url: 'https://greenskin-foundryvtt.gitlab.io/-/wfrp4-actor-sheet-print/-/jobs/$CI_JOB_ID/artifacts/dist/module.json' + url: 'https://greenskin-foundryvtt.gitlab.io/$CI_PROJECT_NAME/$CI_COMMIT_TAG/module.json' + filepath: '/dist/module.json' link_type: package only: - tags - - master - - main