Use new CI system (#732)

* - Init new CI/CD system

* - Update resources

* - Update android assets

* - Update iOS assets

* - Use stable version

* - Fix apple bundle id

* - Use libs-path

* - Try modify iOS love source codes

* - Update patch

* - Try add ColdClear to macOS

* - Try add Cold Clear to Linux

* - Fix download ColdClear

* - Change inputs order

* - Try new get-CC

* - Fix iOS
This commit is contained in:
Particle_G
2022-07-29 18:21:46 +08:00
committed by GitHub
parent b111e67077
commit aedb541f68
108 changed files with 660 additions and 816 deletions

View File

@@ -3,8 +3,8 @@ description: 'download cc into specific dir'
inputs:
tag:
required: false
default: techmino-alize-2
arch:
default: "11.4"
platform:
required: true
dir:
required: false
@@ -27,6 +27,6 @@ runs:
shell: bash
- uses: ./.github/actions/get-unzip
with:
url: https://github.com/${{ inputs.repo }}/releases/download/${{ steps.get-tag.outputs.tag }}/${{ inputs.arch }}.zip
url: https://github.com/${{ inputs.repo }}/releases/download/${{ steps.get-tag.outputs.tag }}/${{ inputs.platform }}.zip
dir: ${{ inputs.dir }}
temp-file: ${{ inputs.temp-file }}