diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e2b508..27971c9 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: '/jobs/$CI_JOB_ID/artifacts/browse/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: '/jobs/$CI_JOB_ID/artifacts/browse/dist/module.json' only: - tags