Skip to content

Commit

Permalink
Fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Feb 26, 2023
1 parent d10072d commit 2be01e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ snapshot_windows:
goreleaser build --single-target --snapshot --clean --id windows

snapshot_linux:
goreleaser build --snapshot --rm-dist --id unix
goreleaser build --snapshot --clean --id linux

test:
go test ./...
Expand Down

0 comments on commit 2be01e3

Please sign in to comment.