Commit Graph

22 Commits

Author SHA1 Message Date
d9d7f67247 Refactored asset matching code. 2026-04-06 22:50:25 +02:00
0132ee6665 Refactor: Simplify getMatchingAsset function parameters in CLI and matcher modules 2026-04-06 18:46:31 +02:00
89ea0cecb0 Refactor: Consolidate asset matching logic into a single function 2026-04-06 12:30:28 +02:00
3a75adedc6 Refactor: Extract filename matching logic into a separate function 2026-04-06 12:18:19 +02:00
dfa641afd4 Matched functionality of the CLI with the Bash predecessor. 2026-04-06 12:00:09 +02:00
32a4011b54 Added Check Token subaction.
All checks were successful
Test Action / test (push) Successful in 4s
2026-01-11 19:24:23 +01:00
2bb60fc0ed Added an utility that validates GitHub token.
All checks were successful
Test Action / test (push) Successful in 3s
2026-01-11 14:27:32 +01:00
fc727877e6 Fix: Minor formatting issue. 2026-01-11 14:27:08 +01:00
4ee62009bb Fix: Windows decompression and installation paths. 2026-01-11 14:03:10 +01:00
c8669a3a66 Update: Add 'install-path' option for custom installation directory in CLI and documentation
All checks were successful
Test Action / test (push) Successful in 3s
2026-01-11 11:12:06 +01:00
620da93338 Rearranged the code and added CLI that installs tools locally.
All checks were successful
Test Action / test (push) Successful in 3s
2026-01-11 10:54:25 +01:00
ef971a6da4 Update: Added option update-cache, and changed default action behavior to always use cached version without checking for a new one.
All checks were successful
Test Action / test (push) Successful in 3s
2026-01-11 08:05:18 +01:00
03b8e6fa3b Update: Renmaed input repo-name to repository.
All checks were successful
Test Action / test (push) Successful in 5s
2026-01-11 07:37:07 +01:00
2928ae62d3 Update: Added function that find binary.
Some checks failed
Test Action / test (push) Has been cancelled
2026-01-11 01:32:12 +01:00
95fbe95099 Update: Added debug input that displays contents of the downloaded archive.
All checks were successful
Test Action / test (push) Successful in 15s
2026-01-11 01:08:38 +01:00
dd0b70853b Update: Added support for tools in a subdirectory.
Some checks failed
Test Action / test (push) Failing after 4s
2026-01-11 01:04:57 +01:00
2a283f6441 Update: tool cache implementation.
All checks were successful
Test Action / test (push) Successful in 5s
2026-01-11 00:46:27 +01:00
874bbdb2ac Fix: Remove redundant logging for download path and tool extraction
All checks were successful
Test Action / test (push) Successful in 6s
2026-01-11 00:41:24 +01:00
eb656ab713 Fixed exctraction code.
Some checks failed
Test Action / test (push) Failing after 5s
2026-01-11 00:22:41 +01:00
16555dfd7d Implemented asset matching. Added a local test workflow.
Some checks failed
Test Action / test (push) Failing after 4s
2026-01-10 23:34:07 +01:00
0d0a0e5b84 Created basic action logic. 2026-01-10 22:51:27 +01:00
e7d0039424 Imported AI generated TypeScript action skeleton. 2026-01-10 22:04:18 +01:00