build using ncc

This commit is contained in:
yzhu
2022-11-01 07:09:53 +08:00
Unverified
parent bebbaa87c4
commit c941099fd8
10 changed files with 305 additions and 402 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ inputs:
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.
actions-cache-folder:
description: 'Directory to cache xmake in. This folder will go under $GITHUB_HOME (I.e. build dir) and be cached using @actions/cache.'
default: ''
runs:
using: 'node16'
main: 'dist/index.js'