Skip to content

Commit 50a115b

Browse files
graycreateclaude
andcommitted
test: temporarily use version 233 to test smart APK checking
- Use known existing version 2.3.3 (code 233) in Google Play - This should skip waiting and go directly to download - Will revert after testing to use dynamic version 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 308c13a commit 50a115b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,8 @@ jobs:
406406
env:
407407
PLAY_STORE_SERVICE_ACCOUNT_JSON: ${{ secrets.PLAY_STORE_SERVICE_ACCOUNT_JSON }}
408408
run: |
409-
VERSION_CODE="${{ needs.prepare.outputs.version_code }}"
409+
# Temporarily test with known existing version 2.3.3 (version code 233)
410+
VERSION_CODE="233"
410411
PACKAGE_NAME="me.ghui.v2er"
411412
412413
# Create Python script to check if APK exists

0 commit comments

Comments
 (0)