.gitlab-ci.yml bearbeiten

This commit is contained in:
Oscar Krause
2025-06-16 14:39:01 +02:00
parent c39f88486d
commit 16fb072772

View File

@@ -29,7 +29,6 @@ deploy:
before_script:
- apt-get update -qq
- apt-get install curl -y -qq
- cd src
script:
- '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"'