update cc-related CI (#387)
* merge get-cc-url into get-version * add `get-cc` * fix * fix again * fix * fix * fix macos * remove `apt update` * fix macos * rename `get-version` -> `get-info` * rm unnecessary file
This commit is contained in:
6
.github/actions/build-windows/action.yml
vendored
6
.github/actions/build-windows/action.yml
vendored
@@ -5,7 +5,7 @@ inputs:
|
||||
required: true
|
||||
love-dir:
|
||||
required: true
|
||||
cc-url:
|
||||
arch:
|
||||
required: true
|
||||
version:
|
||||
required: true
|
||||
@@ -22,9 +22,9 @@ runs:
|
||||
shell: bash
|
||||
run: mv ${{ inputs.love-dir }} love
|
||||
- name: Download ColdClear
|
||||
uses: ./.github/actions/get-unzip
|
||||
uses: ./.github/actions/get-cc
|
||||
with:
|
||||
url: ${{ inputs.cc-url }}
|
||||
arch: ${{ inputs.arch }}
|
||||
- name: Download ResourceHacker
|
||||
uses: ./.github/actions/get-unzip
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user