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.

fix: region ci var expansion

+4 -3
+4 -3
.gitlab-ci.yml
··· 125 125 matrix: 126 126 - REGION: "us-east" 127 127 - REGION: "us-west" 128 + # Both build and publish use identical parallel:matrix definitions, so GitLab 129 + # auto-pairs them. Listing `job: build` without an explicit matrix downloads 130 + # all parallel build artifacts (a few MB of waste — negligible). Each publish 131 + # job uses its own REGION to pick its zip from the bundle. 128 132 needs: 129 133 - job: build 130 - parallel: 131 - matrix: 132 - - REGION: $REGION 133 134 artifacts: true 134 135 rules: 135 136 - if: $CI_COMMIT_BRANCH == "main"