What determines the renaming of the file? #1267
Answered
by
suzuki-shunsuke
sheldonhull
asked this question in
Deprecated (Question and Answer)
-
When I have an asset that isn't named the same as the repo, what property for a custom github release is setting the final binary name? I tried files but that wasn't successful. I'm loving this tool! |
Beta Was this translation helpful? Give feedback.
Answered by
suzuki-shunsuke
Oct 7, 2022
Replies: 1 comment 1 reply
-
For example, files:
- name: gh
src: gh_{{trimV .Version}}_{{.OS}}_{{.Arch}}/bin/gh
Could you tell us the detail such as the command and output? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
suzuki-shunsuke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example,
cli/cli
's command name isgh
. In this case you configurefiles
as the following.https://github.com/aquaproj/aqua-registry/blob/68e6e250f696806b76d9d80a274f7cd9d0d9e745/pkgs/cli/cli/registry.yaml#L14-L16
Could you tell us the detail such as the command and output?