- Bump Zframework version
- Fix android CC
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -178,13 +178,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
platform: Android
|
platform: Android
|
||||||
dir: ./ColdClear
|
dir: ./ColdClear
|
||||||
- name: Process ColdClear
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
mkdir -p ./libAndroid/armeabi-v7a/
|
|
||||||
mkdir -p ./libAndroid/arm64-v8a/
|
|
||||||
mv ./ColdClear/armeabi-v7a/libCCloader.so ./libAndroid/armeabi-v7a/
|
|
||||||
mv ./ColdClear/arm64-v8a/libCCloader.so ./libAndroid/arm64-v8a/
|
|
||||||
- name: Build Android packages
|
- name: Build Android packages
|
||||||
id: build-packages
|
id: build-packages
|
||||||
uses: love-actions/love-actions-android@v1
|
uses: love-actions/love-actions-android@v1
|
||||||
@@ -198,8 +191,7 @@ jobs:
|
|||||||
keystore-store-password: ${{ secrets.ANDROID_KEYSTORE_STOREPASSWORD }}
|
keystore-store-password: ${{ secrets.ANDROID_KEYSTORE_STOREPASSWORD }}
|
||||||
love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }}
|
love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }}
|
||||||
resource-path: ./.github/build/android/${{ env.BUILD_TYPE }}/res
|
resource-path: ./.github/build/android/${{ env.BUILD_TYPE }}/res
|
||||||
libs-path: ./ColdClear/
|
extra-assets: ./ColdClear/
|
||||||
extra-assets: ./libAndroid/
|
|
||||||
product-name: ${{ steps.process-app-name.outputs.product-name }}
|
product-name: ${{ steps.process-app-name.outputs.product-name }}
|
||||||
version-string: ${{ needs.get-info.outputs.version-string }}
|
version-string: ${{ needs.get-info.outputs.version-string }}
|
||||||
version-code: ${{ needs.get-info.outputs.version-code }}
|
version-code: ${{ needs.get-info.outputs.version-code }}
|
||||||
|
|||||||
Submodule Zframework updated: 48e6a71d18...c64bfe444b
Reference in New Issue
Block a user