Files
github-action-setup-xmake/action.yml
T
Opportunity 7b6710e12b semver
2019-09-30 20:02:11 +08:00

14 lines
322 B
YAML

name: setup xmake
description: Set up a xmake environment and add it to the PATH
author: OpportunityLiu
inputs:
xmake-version:
required: true
default: latest
description: The version to use.
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node12'
main: 'index.js'