Skip to content

Commit

Permalink
Merge pull request #39 from satisfactorymodding/staging
Browse files Browse the repository at this point in the history
fix: goreleaser
  • Loading branch information
Vilsol authored Jan 6, 2024
2 parents 540dc5f + cb2abc8 commit f9b7136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ builds:
main: ./cmd/api/serve.go

archives:
- replacements:
linux: Linux
amd64: x86_64
- format: binary
allow_different_binary_count: true
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit f9b7136

Please sign in to comment.