diff --git a/.github/build/linux.yml b/.github/build/linux.yml index 30682ec86..ea667f829 100755 --- a/.github/build/linux.yml +++ b/.github/build/linux.yml @@ -17,7 +17,7 @@ builds: goarch: - amd64 archives: - - format: zip +- format: zip checksum: name_template: "{{ .ProjectName }}-linux-checksums.txt" diff --git a/.github/build/mac.yml b/.github/build/mac.yml index 8c2effa96..87f4affcd 100755 --- a/.github/build/mac.yml +++ b/.github/build/mac.yml @@ -18,9 +18,9 @@ builds: - amd64 archives: - - format: zip - replacements: - darwin: macOS +- format: zip + replacements: + darwin: macOS checksum: name_template: "{{ .ProjectName }}-mac-checksums.txt" diff --git a/.github/build/windows.yml b/.github/build/windows.yml index a68fa4167..f218af08a 100755 --- a/.github/build/windows.yml +++ b/.github/build/windows.yml @@ -20,7 +20,7 @@ builds: - amd64 archives: - - format: zip +- format: zip checksum: name_template: "{{ .ProjectName }}-windows-checksums.txt"