alpha
Login
or
Join now
sickday.tngl.sh
/
hla-client
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: deprecate the sha-based reg
author
Patrick W.
date
2 months ago
(Apr 2, 2026, 7:08 PM -0400)
commit
92f7c965
92f7c965fac62037f188e17648c45fcd4f9c6c67
parent
cd899ee6
cd899ee6852dd832355ec3303a0f4ec4f35f0a3d
-4
1 changed file
Expand all
Collapse all
Unified
Split
.gitlab-ci.yml
-4
.gitlab-ci.yml
Reviewed
···
52
52
- |
53
53
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
54
54
--upload-file "${ZIP_NAME}" \
55
55
-
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${PACKAGE_NAME}/${CI_COMMIT_SHORT_SHA}/${ZIP_NAME}"
56
56
-
- |
57
57
-
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
58
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"