Skip to content

Commit

Permalink
chore: add a file extension ".exe" to Windows artifacts (#527)
Browse files Browse the repository at this point in the history
Signed-off-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
Co-authored-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
  • Loading branch information
suzuki-shunsuke and laurentsimon committed Mar 10, 2023
1 parent 20b0642 commit 58786d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .slsa-goreleaser/windows-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flags:

goos: windows
goarch: amd64
binary: slsa-verifier-{{ .Os }}-{{ .Arch }}
binary: slsa-verifier-{{ .Os }}-{{ .Arch }}.exe
dir: ./cli/slsa-verifier

ldflags:
Expand Down
2 changes: 1 addition & 1 deletion .slsa-goreleaser/windows-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flags:

goos: windows
goarch: arm64
binary: slsa-verifier-{{ .Os }}-{{ .Arch }}
binary: slsa-verifier-{{ .Os }}-{{ .Arch }}.exe
dir: ./cli/slsa-verifier

ldflags:
Expand Down

0 comments on commit 58786d3

Please sign in to comment.