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

Commit

Permalink
fix windows zip file search
Browse files Browse the repository at this point in the history
  • Loading branch information
bpicode committed Oct 30, 2017
1 parent 1ea0bf8 commit a8d0594
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 @@ -249,7 +249,7 @@ publish_rpm:
publish_win:
@echo ">> PUBLISH, windows packages"

@$(eval WINZIP:=$(shell ls ./build/distributions/fritzctl-*.windows-amd64.zip | xargs -n 1 basename))
@$(eval WINZIP:=$(shell ls ./build/distributions/fritzctl-*-windows-amd64.zip | xargs -n 1 basename))
@echo " UPLOAD -> BINTRAY, $(WINZIP)"
@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"

Expand Down

0 comments on commit a8d0594

Please sign in to comment.