Skip to content

Commit 037e5ec

Browse files
committed
fix(ci):Fixed an issue where the CI build process type was wrong
1 parent 2e651f8 commit 037e5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
#构建apk 不带签名 带签名的话需配置一下环境变量
3636
- name: Build APK
3737
run: |
38-
./gradlew :app:assembleDebug
38+
./gradlew :app:assembleRelease
3939
# env:
4040
# KEYSTORE_PATH: "../keystore.jks"
4141
# KEYSTORE_PASSWORD: ${{ secrets.SIGN_KEYSTORE_PASSWORD }}

0 commit comments

Comments
 (0)