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; fix cd
author
Patrick W.
date
2 months ago
(Apr 2, 2026, 6:38 PM -0400)
commit
e2986821
e298682191708e402037eec26da157955338abed
parent
5f5c5570
5f5c5570d57bfb568063f06b124bb937811ad8cd
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.gitlab-ci.yml
+1
-1
.gitlab-ci.yml
Reviewed
···
32
32
- job: build
33
33
artifacts: true
34
34
rules:
35
35
-
- if: $CI_COMMIT_BRANCH == "main"
35
35
+
- if: $CI_COMMIT_BRANCH == "master"
36
36
script:
37
37
- echo "Publishing ${PACKAGE_NAME} @ ${CI_COMMIT_SHORT_SHA}"
38
38
- |