Skip to content

Commit

Permalink
feat: also install assets in brew
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 31, 2024
1 parent 5d12817 commit 2c24151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/goreleaser-for-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ brews:
repository:
owner: cfoust
name: homebrew-taps
extra_install: |
pkgshare.install "assets/"
2 changes: 2 additions & 0 deletions .github/goreleaser-for-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ brews:
repository:
owner: cfoust
name: homebrew-taps
extra_install: |
pkgshare.install "assets/"

0 comments on commit 2c24151

Please sign in to comment.