This commit is contained in:
Opportunity
2020-07-07 21:53:34 +08:00
Unverified
parent 70a1af86e5
commit bff8013f3d
18 changed files with 200 additions and 181 deletions
+8 -9
View File
@@ -2,16 +2,15 @@ name: setup xmake
description: Set up a xmake environment and add it to the PATH
author: OpportunityLiu
branding:
icon: play
color: green
icon: play
color: green
inputs:
xmake-version:
required: true
default: latest
description: The version to use. Should be a semver range or 'latest'. Or use [{repository}#]branch@{branch_name} to select a branch.
xmake-version:
required: true
default: latest
description: The version to use. Should be a semver range or 'latest'. Or use [{repository}#]branch@{branch_name} to select a branch.
runs:
using: 'node12'
main: 'dist/index.js'
using: 'node12'
main: 'dist/index.js'