diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index 55ebc77..7d67515 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -92,10 +92,7 @@ jobs: name: Setup android tools (Android) uses: android-actions/setup-android@v3 with: - packages: | - platforms;android-32 - build-tools;30.0.2 - ndk;23.1.7779620 + packages: 'platform-tools platforms;android-32 build-tools;30.0.2 ndk;23.1.7779620' - if: steps.need_build.outputs.need_build == 'true' && matrix.config.target == 'android' name: Build (android-arm64) env: diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 5c8f58a..15028bf 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -216,10 +216,7 @@ jobs: if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm32' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-x86_64' ) uses: android-actions/setup-android@v3 with: - packages: | - platforms;android-32 - build-tools;30.0.2 - ndk;23.1.7779620 + packages: 'platform-tools platforms;android-32 build-tools;30.0.2 ndk;23.1.7779620' - name: Setup msys2 (Windows) if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'windows' diff --git a/ci/version.code.txt b/ci/version.code.txt index 165350d..1b66f1b 100644 --- a/ci/version.code.txt +++ b/ci/version.code.txt @@ -1 +1 @@ -v1.7.7 \ No newline at end of file +v1.7.8 \ No newline at end of file diff --git a/ci/version.info.txt b/ci/version.info.txt index f568fb2..a575c5f 100644 --- a/ci/version.info.txt +++ b/ci/version.info.txt @@ -1,6 +1,5 @@ +v1.7.8 +- [x] ♻️ iOS可以使用FaceID进行解锁App + v1.7.7 - [x] 🐛 修复一些极端情况下崩溃 - -v1.7.6 -- [x] ♻️ 优化发电 -- [x] ✨ 导出多个cbz的zip