Skip to content

Commit

Permalink
Merge pull request #6 from maruware/develop
Browse files Browse the repository at this point in the history
fix gh actions release
  • Loading branch information
maruware authored Aug 3, 2020
2 parents 1e68835 + cb7636b commit 525d31c
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 @@ -118,7 +118,7 @@ release-zip: $(ARTIFACTS_DIR)
cd $(RELEASE_DIR) && zip -9 $(CURDIR)/$(ARTIFACTS_DIR)/$(PROJECTNAME)_$(GOOS)_$(GOARCH).zip $(PROJECTNAME)_$(GOOS)_$(GOARCH)/*

release-upload: release
ghr -u $(GITHUB_USERNAME) --draft --replace $(VERSION) $(ARTIFACTS_DIR)
ghr -u $(GITHUB_USERNAME) $(VERSION) $(ARTIFACTS_DIR)

test: deps
@echo "Running tests..."
Expand Down

0 comments on commit 525d31c

Please sign in to comment.