Skip to content

Commit

Permalink
fix release target post repo move
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshobbs committed Dec 24, 2015
1 parent 51feb62 commit 55ff072
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 @@ -24,7 +24,7 @@ release: build
rm -rf release && mkdir release
tar -zcf release/$(NAME)_$(VERSION)_linux_$(HARDWARE).tgz -C build/linux $(NAME)
tar -zcf release/$(NAME)_$(VERSION)_darwin_$(HARDWARE).tgz -C build/darwin $(NAME)
gh-release create progrium/$(NAME) $(VERSION) $(shell git rev-parse --abbrev-ref HEAD)
gh-release create dokku/$(NAME) $(VERSION) $(shell git rev-parse --abbrev-ref HEAD)

build-in-docker:
docker build --rm -f Dockerfile.build -t $(NAME)-build .
Expand Down

0 comments on commit 55ff072

Please sign in to comment.