From c39f88486de4f5406d6f34804682e9b30c03f54d Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 16 Jun 2025 14:32:07 +0200 Subject: [PATCH] .gitlab-ci.yml bearbeiten --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30d0f28..e6f3a04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ deploy: - apt-get install curl -y -qq - cd src script: - - 'curl --location --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file gridd-unlock-patcher "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/gridd-unlock-patcher/${CI_COMMIT_TAG}/gridd-unlock-patcher"' + - 'curl --location --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file src/build/gridd-unlock-patcher "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/gridd-unlock-patcher/${CI_COMMIT_TAG}/gridd-unlock-patcher"' release: image: registry.gitlab.com/gitlab-org/release-cli:latest