Android build v1.1.26

This commit is contained in:
Warren H
2026-07-05 23:31:04 -04:00
parent 62dc51b42a
commit de2f86e101
6 changed files with 149 additions and 41 deletions
+6
View File
@@ -96,6 +96,12 @@ curl -sS -X POST "$GITEA_URL/api/v1/repos/$GITEA_OWNER/$GITEA_REPO/releases/$REL
-F "attachment=@$APK"
```
If the CLI release fails after creating the Gitea release but before uploading the APK asset, retry only the release upload:
```sh
npm run release:cli -- --release-only 1.1.26
```
## Step 5: Update TrueNAS
```sh