Skip to content

Commit 308dbf0

Browse files
committed
only sign udp-proxy-2020 binaries
1 parent ae201bc commit 308dbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $(STR2PCAP_NAME): str2pcap/*.go
3737
include help.mk # place after ALL target and before all other targets
3838

3939
release: build-release
40-
cd dist && shasum -a 256 * | gpg --clear-sign >release.sig
40+
cd dist && shasum -a 256 udp-proxy-2020* | gpg --clear-sign >release.sig
4141

4242
build-release: clean linux-amd64 linux-mips64 linux-arm64 linux-arm32 linux-arm32hf $(OUTPUT_NAME) freebsd docker ## Build our release binaries
4343

0 commit comments

Comments
 (0)