tauri-build/action.yml
2022-05-07 13:31:02 +02:00

27 lines
766 B
YAML

name: 'tauri-build'
description: 'Build tauri binaries for MacOS, Windows and Linux'
icon: 'box'
color: 'blue'
author: 'Tauri Programme within The Commons Conservancy'
inputs:
runner:
description: 'Binary to use to build the application'
args:
description: 'Additional arguments for the build command'
projectPath:
description: 'Path to the root of the project'
configPath:
description: 'Path to the tauri.conf.json file if you want a configuration different from the default one'
default: 'tauri.conf.json'
target:
description: 'The target triple to build against'
debug:
description: 'Builds with the debug flag'
default: 'false'
outputs:
artifacts:
description: ''
runs:
using: 'node16'
main: 'dist/index.js'