File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,24 +18,28 @@ jobs:
1818 - qt_arch : android_arm64_v8a
1919 VCPKG_TARGET_TRIPLET : arm64-android
2020 ANDROID_ABI : arm64-v8a
21+ arch : arm64
2122 qt_version : 6.11.0
2223 BUILD_TYPE : Release
2324
2425 - qt_arch : android_x86_64
2526 VCPKG_TARGET_TRIPLET : x64-android
2627 ANDROID_ABI : x86_64
28+ arch : x86_64
2729 qt_version : 6.11.0
2830 BUILD_TYPE : Release
2931
3032 - qt_arch : android_arm64_v8a
3133 VCPKG_TARGET_TRIPLET : arm64-android
3234 ANDROID_ABI : arm64-v8a
35+ arch : arm64
3336 qt_version : 6.10.3
3437 BUILD_TYPE : Release
3538
3639 - qt_arch : android_x86_64
3740 VCPKG_TARGET_TRIPLET : x64-android
3841 ANDROID_ABI : x86_64
42+ arch : x86_64
3943 qt_version : 6.10.3
4044 BUILD_TYPE : Release
4145
@@ -514,7 +518,7 @@ jobs:
514518 ${{env.SOURCE_DIR}}/RabbitCommon/Install/GenerateJsonFile.sh \
515519 update_${{matrix.qt_arch}}_${{matrix.qt_version}}.json \
516520 RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_${{matrix.BUILD_TYPE}}.apk \
517- android ${{matrix.ANDROID_ABI }} \
521+ android ${{matrix.arch }} \
518522 "https://github.com/KangLin/RabbitRemoteControl/releases/download/${{env.RabbitRemoteControl_VERSION}}/RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_${{matrix.BUILD_TYPE}}.apk,https://master.dl.sourceforge.net/project/rabbitremotecontrol/${{env.RabbitRemoteControl_VERSION}}/RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_${{matrix.BUILD_TYPE}}.apk?viasf=1"
519523
520524 - name : Update artifact
You can’t perform that action at this time.
0 commit comments