Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add tcnksm/ghr #113

Merged
merged 2 commits into from
Sep 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,15 @@ packages:
- name: shfmt

# init: n
- name: nektos/act
type: github_release
repo_owner: nektos
repo_name: act
asset: 'act_{{title .OS}}_{{if eq .Arch "amd64"}}x86_64{{else}}{{.Arch}}{{end}}.tar.gz'
link: https://github.com/nektos/act
description: Run your GitHub Actions locally
files:
- name: act

# init: o
- name: open-policy-agent/conftest
Expand Down Expand Up @@ -763,6 +772,16 @@ packages:
- name: tfcmt

# init: t
- name: tcnksm/ghr
type: github_release
repo_owner: tcnksm
repo_name: ghr
asset: 'ghr_{{.Package.Version}}_{{.OS}}_{{.Arch}}.{{if eq .OS "darwin"}}zip{{else}}tar.gz{{end}}'
link: https://github.com/tcnksm/ghr
description: Upload multiple artifacts to GitHub Release in parallel
files:
- name: ghr
src: 'ghr_{{.Package.Version}}_{{.OS}}_{{.Arch}}/ghr'
- name: terraform-docs/terraform-docs
type: github_release
repo_owner: terraform-docs
Expand Down