Skip to content

Commit

Permalink
Merge pull request #111 from ChrisAnn/asset-name-input
Browse files Browse the repository at this point in the history
Fixes #110 - Add the asset-name input to the list of expected inputs
  • Loading branch information
jaxxstorm authored Feb 1, 2025
2 parents cd6b2b7 + 232e6b7 commit c62d20a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ inputs:
binaries-location:
description: "Specify this parameter if the binaries are not located in the root of the release archive. The parameter should be a relative path to the release archive. For example, if the binaries are located in the 'bin' directory of the release archive, the parameter should be 'bin'."
required: false
asset-name:
description: "Use this parameter to specify the name of the asset to download if the repo has multiple assets."
required: false
branding:
icon: "archive"
color: "green"
Expand Down

0 comments on commit c62d20a

Please sign in to comment.