mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
Usage
Inputs
Name | Type | Description | Default |
---|---|---|---|
runner |
String | Binary to use to build the application | |
args |
String | Additional arguments for the build command | |
projectPath |
String | Path to the root of the Tauri project | . |
configPath |
String | Path to the tauri.conf.json file, relative to projectPath |
tauri.conf.json |
target |
String | Rust target triple to build against | |
debug |
Boolean | Wether to build debug or release binaries | false |
Outputs
Name | Type | Description |
---|---|---|
artifacts |
String | JSON array of artifact paths produced by the build command |
Permissions
This Action requires the following permissions on the GitHub integration token:
permissions:
contents: write
Languages
TypeScript
94.3%
Rust
5.7%