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

+1 -1
+1 -1
.gitlab-ci.yml
··· 32 32 - job: build 33 33 artifacts: true 34 34 rules: 35 - - if: $CI_COMMIT_BRANCH == "main" 35 + - if: $CI_COMMIT_BRANCH == "master" 36 36 script: 37 37 - echo "Publishing ${PACKAGE_NAME} @ ${CI_COMMIT_SHORT_SHA}" 38 38 - |