6 Commits

Author SHA1 Message Date
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
Fabian-Lars
c5c0e27d68 refactor: Merge workspace into single package. (#362)
* refactor repo into one package

* take pnpm for a test drive

* add tslib again

* fix dist path in action.yml

* split up core script. add eslint

* don't early return artifacts on macos

* up node version

* update deps

* fix change files

* rebuild dist
2023-02-06 13:44:53 +01:00
Lucas Fernandes Nogueira
dbbc6b4e60 fix(action): test CI and fixes for usage with tauri beta-rc (#114)
Co-authored-by: David Lemarier <david@lemarier.ca>
2021-04-28 13:18:46 -03:00
Lucas Fernandes Nogueira
b874256141 refactor: rewrite as yarn workspace, add cli as test tool (#98) 2021-04-26 10:14:59 -03:00
Lucas Nogueira
5aca7f362e feat(action) initialize 2020-07-07 20:47:20 -03:00
Lucas Fernandes Nogueira
a24dcb9d99 Initial commit 2020-07-07 18:41:24 -03:00