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: fix cd, publish to latest package

+1 -1
+1 -1
.gitlab-ci.yml
··· 38 38 - | 39 39 curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ 40 40 --upload-file "build/libs/${JAR_NAME}" \ 41 - "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${PACKAGE_NAME}/${CI_COMMIT_SHORT_SHA}/${JAR_NAME}" 41 + "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${PACKAGE_NAME}/latest/${JAR_NAME}"