| releaseId | The id of the release to upload artifacts as release assets | — | — |
| tagName | The tag name of the release to create | — | — |
| releaseName | The name of the release to create | — | — |
| releaseBody | The body of the release to create | — | — |
| releaseDraft | Whether the release to create is a draft or not | — | false |
| prerelease | Whether the release to create is a prerelease or not | — | false |
| releaseCommitish | Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit | — | — |
| projectPath | path to the root of the project that will be built | — | . |
| distPath | path to the distributable folder with your index.html and JS/CSS | — | — |
| iconPath | path to the PNG icon to use as app icon, relative to the projectPath | — | — |
| includeDebug | whether to include a debug build or not | — | false |
| includeRelease | whether to include a release build or not | — | true |
| includeUpdaterJson | whether to upload a static JSON file for the updater using GitHub Releases as the CDN | — | true |
| updaterJsonPreferNsis | whether the action will use the NSIS (setup.exe) or WiX (.msi) bundles for the updater JSON if both types exist. Will default to false for Tauri v1 and true for Tauri v2+ | — | — |
| updaterJsonKeepUniversal | whether the updater JSON file should add universal macOS as darwin-universal on top of using it in the darwin-aarch64 and darwin-x86_64 fields if no native builds exist. | — | false |
| tauriScript | the script to run to build the Tauri app | — | — |
| args | arguments for the tauri command | — | — |
| bundleIdentifier | the bundle identifier to inject when initializing the Tauri app | — | — |
| owner | The account owner of the repository | — | — |
| repo | The name of the repository | — | — |
| productName | The name of the tauri app | — | — |
| version | The version of the tauri app | — | — |