diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dffc2d..09d5f73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,6 @@ variables: stages: - build - - test - release build: @@ -35,11 +34,6 @@ build: - tags - master -test: - stage: test - script: - - ls -lart / - release: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest @@ -58,11 +52,11 @@ release: description: './CHANGELOG.md' assets: 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/dist/wfrp4e-actor-sheet-print.zip' + - name: 'module' + url: 'https://greenskin-foundryvtt.gitlab.io/-/wfrp4-actor-sheet-print/-/jobs/$CI_JOB_ID/artifacts/dist/wfrp4e-actor-sheet-print.zip' + link_type: package - 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/dist/module.json' + url: 'https://greenskin-foundryvtt.gitlab.io/-/wfrp4-actor-sheet-print/-/jobs/$CI_JOB_ID/artifacts/dist/module.json' + link_type: package only: - tags