From 27fd770eeeec30964c78f862edb72ce3897f23fb Mon Sep 17 00:00:00 2001 From: Brendon Walsh Date: Mon, 2 Nov 2015 23:06:13 -0500 Subject: [PATCH] GitHub workaround for releases --- Makefile | 2 +- templates/post.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e89356d23..aa38d7f1d 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ CI_TARGET=test validate maps productionize binaries ifeq ($(TRAVIS), true) ifeq ($(TRAVIS_PULL_REQUEST), false) ifeq ($(TRAVIS_BRANCH), release) -CI_TARGET=clean test validate maps productionize upload social +CI_TARGET=clean test validate maps productionize social endif endif endif diff --git a/templates/post.md b/templates/post.md index 8e0dba35f..0c07ffaf9 100644 --- a/templates/post.md +++ b/templates/post.md @@ -2,9 +2,9 @@ **DOWNLOAD** -- [OS X](http://files.projecthawkthorne.com/releases/v{version}/hawkthorne-osx.zip) -- [Windows](http://files.projecthawkthorne.com/releases/v{version}/hawkthorne-win-x86.zip) -- [hawkthorne.love](http://files.projecthawkthorne.com/releases/v{version}/hawkthorne.love) +- [OS X](https://github.com/hawkthorne/hawkthorne-journey/releases/download/v{version}/hawkthorne-osx.zip) +- [Windows](https://github.com/hawkthorne/hawkthorne-journey/releases/download/v{version}/hawkthorne-win-x86.zip) +- [hawkthorne.love](https://github.com/hawkthorne/hawkthorne-journey/releases/download/v{version}/hawkthorne.love) You'll need to install the [love](http://love2d.org) framework as well. **How can I help?**