You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+38-4Lines changed: 38 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# Release signing (optional): set repository secrets below. If ANDROID_KEYSTORE_BASE64 is unset, publish uses the debug keystore (e.g. PRs from forks).
2
+
# ANDROID_KEYSTORE_BASE64 — Base64 of release.keystore (PowerShell: [Convert]::ToBase64String([IO.File]::ReadAllBytes("release.keystore")))
3
+
# ANDROID_SIGNING_STORE_PASS — keystore password
4
+
# ANDROID_SIGNING_KEY_PASS — key password (often same as store)
5
+
# ANDROID_SIGNING_KEY_ALIAS — optional; defaults to ringcontroller if empty
6
+
1
7
name: build
2
8
3
9
on:
@@ -30,10 +36,39 @@ jobs:
30
36
31
37
# Native AOT Release: publish with RID (plain publish without -r can fail MSB3030 on RingController.so).
android:pathData="M 54,23 L 54,29 M 69.5,27.15 L 66.5,32.35 M 80.85,38.5 L 75.65,41.5 M 85,54 L 79,54 M 80.85,69.5 L 75.65,66.5 M 69.5,80.85 L 66.5,75.65 M 54,85 L 54,79 M 38.5,80.85 L 41.5,75.65 M 27.15,69.5 L 32.35,66.5 M 23,54 L 29,54 M 27.15,38.5 L 32.35,41.5 M 38.5,27.15 L 41.5,32.35"
<!-- QS tile: 10 filled ticks (36° spacing) for ring readout. Outer r=9.65 (~2.35dp inset) to avoid circular-tile clipping; was 10.4 and looked “eaten” at edge. -->
android:pathData="M 11.092,2.393 L 12.908,2.393 L 12.616,5.479 L 11.384,5.479 Z M 16.912,3.694 L 18.382,4.761 L 16.332,7.087 L 15.334,6.362 Z M 20.856,8.168 L 21.418,9.895 L 18.392,10.571 L 18.011,9.399 Z M 21.418,14.105 L 20.856,15.832 L 18.011,14.601 L 18.392,13.429 Z M 18.382,19.239 L 16.912,20.306 L 15.334,17.638 L 16.332,16.913 Z M 12.908,21.607 L 11.092,21.607 L 11.384,18.521 L 12.616,18.521 Z M 7.088,20.306 L 5.618,19.239 L 7.668,16.913 L 8.666,17.638 Z M 3.144,15.832 L 2.582,14.105 L 5.608,13.429 L 5.989,14.601 Z M 2.582,9.895 L 3.144,8.168 L 5.989,9.399 L 5.608,10.571 Z M 5.618,4.761 L 7.088,3.694 L 8.666,6.362 L 7.668,7.087 Z" />
android:pathData="M 12,4.5 L 12,7 M 15.75,5.5 L 14.5,7.67 M 18.5,8.25 L 16.33,9.5 M 19.5,12 L 17,12 M 18.5,15.75 L 16.33,14.5 M 15.75,18.5 L 14.5,16.33 M 12,19.5 L 12,17 M 8.25,18.5 L 9.5,16.33 M 5.5,15.75 L 7.67,14.5 M 4.5,12 L 7,12 M 5.5,8.25 L 7.67,9.5 M 8.25,5.5 L 9.5,7.67"
0 commit comments