Implemented asset matching. Added a local test workflow.
Some checks failed
Test Action / test (push) Failing after 4s

This commit is contained in:
2026-01-10 23:34:07 +01:00
parent 0d0a0e5b84
commit 16555dfd7d
4 changed files with 101 additions and 31 deletions

View File

@@ -1,17 +1,17 @@
name: 'setup-github-release'
description: 'Install a tool from a GitHub release and add it to the PATH'
author: 'GitHub Copilot'
author: 'Slawomir Koszewski with GitHub Copilot assistance'
inputs:
repo-name:
description: 'The GitHub repository name (e.g., owner/repo)'
required: true
file-name:
description: 'The name of the asset to download (or a regex pattern if use-regex is true)'
description: 'The name or regex pattern (prefixed with ~) of the asset file to download.'
required: false
use-regex:
description: 'Whether to treat file-name as a regular expression'
file-type:
description: 'The type of the file to be downloaded (archive, package, or custom regex).'
required: false
default: 'false'
default: 'archive'
token:
description: 'The GitHub token to use for authentication'
required: false