Files
github-action-setup-xmake/action.yml
T
Opportunity 0623fb320e use ts
2019-10-12 12:03:58 +08:00

17 lines
332 B
YAML

name: setup xmake
description: Set up a xmake environment and add it to the PATH
author: OpportunityLiu
branding:
icon: play
color: green
inputs:
xmake-version:
required: true
default: latest
description: The version to use. Should be a semver range or 'latest'
runs:
using: 'node12'
main: 'dist/index.js'