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-linux/action.yml
vendored
6
.github/actions/build-linux/action.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: 'build Linux'
|
||||
description: 'build Linux package'
|
||||
inputs:
|
||||
cc-url:
|
||||
required: true
|
||||
file-path:
|
||||
required: false
|
||||
default: Techmino.AppImage
|
||||
@@ -22,9 +20,9 @@ runs:
|
||||
chmod 777 love-11.3-x86_64.AppImage
|
||||
./love-11.3-x86_64.AppImage --appimage-extract
|
||||
- name: Download ColdClear
|
||||
uses: ./.github/actions/get-unzip
|
||||
uses: ./.github/actions/get-cc
|
||||
with:
|
||||
url: ${{ inputs.cc-url }}
|
||||
arch: linux
|
||||
- name: Pack Techmino
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user