Update release workflow

Automatically show keyboard in AppLockDialog
This commit is contained in:
BinTianqi
2025-11-22 21:33:58 +08:00
parent aa022aaee5
commit d375a9bae6
2 changed files with 12 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: 'master'
- name: Set up JDK 21
uses: actions/setup-java@v4