summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-11 09:25:22 -0600
committernytpu <alex@nytpu.com>2021-05-11 11:22:17 -0600
commit48eaf50c92dd44a8d74f82a2caf2c15d263963e5 (patch)
treeae9e2a3ec144578bbe768d27bc22a13215f08088
parent08189cab1f5d546bd62cc4f02e94a58c0291e38e (diff)
change release filename format
-rw-r--r--.goreleaser.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 2ea42b8..7330b8d 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -47,15 +47,15 @@ archives:
- format: binary
replacements:
darwin: macOS
- 386: 32-bit
- amd64: 64-bit
+ 386: x86
+ amd64: x86_64
signs:
- artifacts: checksum
publishers:
- name: nytpu.com
- cmd: mv {{ abs .ArtifactPath }} /home/alex/projects/gemini.nytpu.com/releases/comitium/{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}
+ cmd: mv {{ abs .ArtifactPath }} /home/alex/projects/gemini.nytpu.com/releases/comitium/{{ .Binary }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}
checksum: true
signature: true