From 3708b7de55753331b93547c98ab47f70a1d2be2b Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Tue, 10 May 2022 20:17:41 +0200 Subject: [PATCH] fix: remove default configPath --- .changes/fix-remove-default.md | 5 +++++ action.yml | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changes/fix-remove-default.md 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: