Skip to content

Commit

Permalink
Fix releasae command
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Dec 29, 2017
1 parent 81bd284 commit 284c237
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 @@ $(BUILD_DIR)/MusicBeam-macosx.zip:
builds: $(BUILD_DIR) $(ZIPS)

release: builds
hub releases create origin \
hub release create origin \
-a $(BUILD_DIR)/MusicBeam-macosx.zip \
-a $(BUILD_DIR)/MusicBeam-windows32.zip \
-a $(BUILD_DIR)/MusicBeam-windows64.zip \
Expand Down

0 comments on commit 284c237

Please sign in to comment.