Update: Added function that find binary.
Some checks failed
Test Action / test (push) Has been cancelled

This commit is contained in:
2026-01-11 01:32:12 +01:00
parent 95fbe95099
commit 2928ae62d3
3 changed files with 88 additions and 46 deletions

View File

@@ -8,6 +8,9 @@ inputs:
file-name:
description: 'The name or regex pattern (prefixed with ~) of the asset file to download.'
required: false
binary-name:
description: 'The name or regex pattern (prefixed with ~) of the binary to search for within the asset. Defaults to the repository name.'
required: false
file-type:
description: 'The type of the file to be downloaded (archive, package, or custom regex).'
required: false