A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: deprecate the sha-based reg

-4
-4
.gitlab-ci.yml
··· 52 52 - | 53 53 curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ 54 54 --upload-file "${ZIP_NAME}" \ 55 - "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${PACKAGE_NAME}/${CI_COMMIT_SHORT_SHA}/${ZIP_NAME}" 56 - - | 57 - curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ 58 - --upload-file "${ZIP_NAME}" \ 59 55 "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${PACKAGE_NAME}/latest/rs377-client-${CI_COMMIT_SHORT_SHA}.zip"