Skip to content

Commit

Permalink
Merge pull request #17 from nicarl/fix/simplify-goreleaser-file
Browse files Browse the repository at this point in the history
fix: Get release dirs right
  • Loading branch information
nicarl authored Nov 25, 2022
2 parents a1a979c + 72a1e38 commit a542d62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ brews:

release:
prerelease: auto
extra_files:
- glob: ./somafm-build/**/*
- glob: ./somafm-build/checksums.txt

universal_binaries:
- replace: true

checksum:
name_template: "checksums.txt"

0 comments on commit a542d62

Please sign in to comment.