Skip to content

Commit

Permalink
fix(goreleaser): path to license file
Browse files Browse the repository at this point in the history
  • Loading branch information
tbckr committed May 14, 2024
1 parent 0371831 commit 505c039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ archives:
format: zip
files:
- README.md
- LICENSE.md
- LICENSE
- completions/*
- manpages/*

Expand Down Expand Up @@ -273,7 +273,7 @@ nfpms:
dst: /usr/share/man/man1/sgpt.1.gz
file_info:
mode: 0644
- src: ./LICENSE.md
- src: ./LICENSE
dst: /usr/share/doc/sgpt/copyright
file_info:
mode: 0644
Expand Down

0 comments on commit 505c039

Please sign in to comment.