diff --git a/.changes/fix-remove-default.md b/.changes/fix-remove-default.md new file mode 100644 index 0000000..ec479ae --- /dev/null +++ b/.changes/fix-remove-default.md @@ -0,0 +1,5 @@ +--- +"tauri-build": patch +--- + +Remove default `configPath` \ No newline at end of file diff --git a/action.yml b/action.yml index b384a4b..5ce9acb 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,6 @@ inputs: 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: