Skip to content

Commit

Permalink
Merge pull request #2537 from niamu/github_workaround
Browse files Browse the repository at this point in the history
GitHub workaround for releases
  • Loading branch information
8bitgentleman committed Nov 3, 2015
2 parents fdc206f + 27fd770 commit 18453d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions templates/post.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?**
Expand Down

0 comments on commit 18453d9

Please sign in to comment.