Skip to content
Snippets Groups Projects
Commit 6627c952 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

feat(ci): update artifact URL in GitLab CI configuration

parent adf4276d
No related branches found
No related tags found
No related merge requests found
Pipeline #984 passed
...@@ -44,6 +44,6 @@ release: ...@@ -44,6 +44,6 @@ release:
assets: assets:
links: links:
- name: "${JAR_NAME}" - name: "${JAR_NAME}"
url: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}/artifacts/${JAR_NAME}" url: "https://gitlab.sl-projects.com/SofianeLasri/private-server-plugin/-/jobs/${CI_JOB_ID}/artifacts/raw/${JAR_NAME}?inline=false"
rules: rules:
- if: $CI_COMMIT_BRANCH == "master" - if: $CI_COMMIT_BRANCH == "master"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment