fix: remove default configPath

This commit is contained in:
Jonas Kruckenberg 2022-05-10 20:17:41 +02:00
parent d433262b24
commit 135332a725
No known key found for this signature in database
GPG Key ID: 21AD3B3C266BDE3D
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"tauri-build": patch
---
Remove default `configPath`

View File

@ -12,7 +12,6 @@ inputs:
description: 'Path to the root of the project' description: 'Path to the root of the project'
configPath: configPath:
description: 'Path to the tauri.conf.json file if you want a configuration different from the default one' description: 'Path to the tauri.conf.json file if you want a configuration different from the default one'
default: 'tauri.conf.json'
target: target:
description: 'The target triple to build against' description: 'The target triple to build against'
debug: debug: