We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae201bc commit 308dbf0Copy full SHA for 308dbf0
Makefile
@@ -37,7 +37,7 @@ $(STR2PCAP_NAME): str2pcap/*.go
37
include help.mk # place after ALL target and before all other targets
38
39
release: build-release
40
- cd dist && shasum -a 256 * | gpg --clear-sign >release.sig
+ cd dist && shasum -a 256 udp-proxy-2020* | gpg --clear-sign >release.sig
41
42
build-release: clean linux-amd64 linux-mips64 linux-arm64 linux-arm32 linux-arm32hf $(OUTPUT_NAME) freebsd docker ## Build our release binaries
43
0 commit comments