Skip to content

Commit 04f4fe7

Browse files
eriedclaude
andcommitted
CI: suffix branch APKs with -phone and -wear_os for clarity
Without a target suffix, the phone APK on a wear branch reads as "the main APK" and a tester might miss that the watch needs its own install. Renaming both halves makes which-goes-where unambiguous in the rolling pre-release asset list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 19c5324 commit 04f4fe7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch-apk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
BRANCH="${GITHUB_REF##*/}"
6565
SHORT_SHA="$(git rev-parse --short HEAD)"
6666
TAG="branch-${BRANCH}"
67-
APK_NAME="EUC-Planet-${BRANCH}-${SHORT_SHA}.apk"
68-
WEAR_APK_NAME="EUC-Planet-${BRANCH}-${SHORT_SHA}-wear.apk"
67+
APK_NAME="EUC-Planet-${BRANCH}-${SHORT_SHA}-phone.apk"
68+
WEAR_APK_NAME="EUC-Planet-${BRANCH}-${SHORT_SHA}-wear_os.apk"
6969
7070
# Pull the per-branch description if BRANCH.md exists, otherwise
7171
# fall back to a generic notice. This becomes the release body header.

0 commit comments

Comments
 (0)