Skip to content

Commit

Permalink
feat(actions): use VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
jnlin committed May 7, 2021
1 parent 8a949da commit fd87bb6
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 @@ -102,7 +102,7 @@ dist-bbgo-linux: bbgo-linux bbgo-slim-linux
dist-bbgo-darwin: bbgo-darwin bbgo-slim-darwin

pack: static dist-bbgo-linux dist-bbgo-darwin desktop
mkdir -p $(DIST_DIR)/$(GIT_DESC)
mkdir -p $(DIST_DIR)/$(VERSION)
for arch in amd64 arm64 ; do \
for platform in linux darwin ; do \
echo $$platform ; \
Expand Down

0 comments on commit fd87bb6

Please sign in to comment.