diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 685d34a..212af9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ +cache: + key: one-key-to-rule-them-all + paths: [ CMakeFiles, LIEF, _deps, cmake ] + build: image: gcc:14.2-bookworm # ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX} before_script: @@ -39,5 +43,5 @@ release: ref: $CI_COMMIT_SHA assets: links: - - name: 'asset1' - url: 'https://example.com/assets/1' + - name: "gridd-unlock-patcher" + url: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/gridd-unlock-patcher/${CI_COMMIT_TAG}/gridd-unlock-patcher"