Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit a8d0594

Browse files
committed
fix windows zip file search
1 parent 1ea0bf8 commit a8d0594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ publish_rpm:
249249
publish_win:
250250
@echo ">> PUBLISH, windows packages"
251251

252-
@$(eval WINZIP:=$(shell ls ./build/distributions/fritzctl-*.windows-amd64.zip | xargs -n 1 basename))
252+
@$(eval WINZIP:=$(shell ls ./build/distributions/fritzctl-*-windows-amd64.zip | xargs -n 1 basename))
253253
@echo " UPLOAD -> BINTRAY, $(WINZIP)"
254254
@curl -f -T ./build/distributions/$(WINZIP) -ubpicode:$(BINTRAY_API_KEY) -H "X-GPG-PASSPHRASE:$(BINTRAY_SIGN_GPG_PASSPHRASE)" "https://api.bintray.com/content/bpicode/fritzctl_win/fritzctl/$(FRITZCTL_VERSION)/$(WINZIP);publish=1"
255255

0 commit comments

Comments
 (0)