Skip to content

Commit a14e8d5

Browse files
committed
Fix version script call
1 parent a33b1a0 commit a14e8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GAMES_DIR = assets/games
121121
.PHONY: release
122122
.SILENT: release
123123
release: GIT_VERSION := $(shell ./scripts/version.sh)
124-
release:
124+
release: clean build
125125
rm -rf ./$(RELEASE_DIR) && mkdir ./$(RELEASE_DIR)
126126
mkdir -p $(COORDINATOR_DIR) && mkdir -p $(WORKER_DIR)
127127
cp ./bin/coordinator $(COORDINATOR_DIR) && cp ./bin/worker $(WORKER_DIR)

0 commit comments

Comments
 (0)