Files
archived-tauri-action/.changes/fix-tauri-init.md
Fabian-Lars c87af545bb fix: Always prefer tauri configs further up the file tree (#502)
* fix: add custom file search for more consistent results.

This fixes issues where the action used config files in deeply nested directories instead of the correct one in the upper levels.

* update target to es2021 since we run on nodejs16

* add todo

* globby test drive

* globby di glob

* cleanup

* remove sort. add another change file

* remove changefile tags
2023-07-25 16:37:50 +02:00

202 B

action
action
patch

Read config after tauri init command and without hardcoding the tauri.conf.json path, fixes action failures without error messages on repos without an existing Tauri project.