Skip to content

Commit eff46f0

Browse files
committed
add boltremote
1 parent e5d6c61 commit eff46f0

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/build_apk.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,21 @@ jobs:
125125
APP_NAME: XT Systems
126126
AGIXT_SERVER: https://api.xt.systems
127127
APP_URI: https://xt.systems
128+
- name: boltremote
129+
env:
130+
APP_NAME: BoltRemote
131+
AGIXT_SERVER: https://api.boltremote.com
132+
APP_URI: https://boltremote.com
128133
- name: ultraestimate
129134
env:
130135
APP_NAME: UltraEstimate
131136
AGIXT_SERVER: https://api.ultraestimate.com
132137
APP_URI: https://ultraestimate.com
133138
- name: joshxt
134139
env:
135-
APP_NAME: JoshXT AGiXT
136-
AGIXT_SERVER: https://api.josh.devxt.com
140+
APP_NAME: AGiXT Dev
141+
AGIXT_SERVER: https://apijosh.devxt.com
137142
APP_URI: https://josh.devxt.com
138-
- name: nickxt
139-
env:
140-
APP_NAME: NickXT AGiXT
141-
AGIXT_SERVER: https://api.nick.devxt.com
142-
APP_URI: https://nick.devxt.com
143143
env:
144144
APP_NAME: ${{ matrix.flavor.env.APP_NAME }}
145145
AGIXT_SERVER: ${{ matrix.flavor.env.AGIXT_SERVER }}
@@ -238,8 +238,7 @@ jobs:
238238
# Upload each flavor APK (skip dev.apk and joshxt.apk)
239239
for flavor_dir in apks/*/; do
240240
flavor_name=$(basename "$flavor_dir")
241-
# Skip dev.apk and joshxt.apk - they're only for Discord/artifacts
242-
if [ "$flavor_name" = "dev.apk" ] || [ "$flavor_name" = "joshxt.apk" ] || [ "$flavor_name" = "nickxt.apk" ]; then
241+
if [ "$flavor_name" = "dev.apk" ]; then
243242
echo "Skipping $flavor_name (dev build)"
244243
continue
245244
fi

0 commit comments

Comments
 (0)