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:
6
.github/actions/get-cc/action.yml
vendored
6
.github/actions/get-cc/action.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user