support local

This commit is contained in:
Opportunity
2020-07-17 11:45:52 +08:00
Unverified
parent bff8013f3d
commit fad1ce1d16
27 changed files with 581 additions and 322 deletions
+8 -8
View File
@@ -2,15 +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'