mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
ci: Fix Linux Build Script
This commit is contained in:
14
.github/build-for-linux/action.yml
vendored
Normal file
14
.github/build-for-linux/action.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: "Build for Linux"
|
||||
branding:
|
||||
icon: user-check
|
||||
color: gray-dark
|
||||
inputs:
|
||||
target:
|
||||
required: true
|
||||
description: "Rust Target"
|
||||
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
args:
|
||||
- ${{ inputs.target }}
|
||||
Reference in New Issue
Block a user