forked from JonasKruckenberg/tauri-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
25 lines (25 loc) · 791 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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'
target:
description: 'The target triple to build against'
debug:
description: 'Builds with the debug flag'
default: false
outputs:
artifacts:
description: 'JSON array of artifact paths produced by the build command'
runs:
using: 'node20'
main: 'dist/index.js'