1
0
mirror of https://github.com/beego/bee.git synced 2025-07-17 02:52:17 +00:00

rename mod as a quickfix

This commit is contained in:
Waleed Gadelkareem
2020-04-18 21:00:23 +02:00
parent a7697e1e3e
commit 723a91f640
38 changed files with 134 additions and 134 deletions

View File

@@ -24,6 +24,6 @@ clean:
publish:
mkdir -p bin/$(VERSION)
cd bin/$(VERSION)
xgo -v -x --targets="windows/*,darwin/*,linux/386,linux/amd64,linux/arm-5,linux/arm64" -out bee_$(VERSION) github.com/beego/bee
xgo -v -x --targets="windows/*,darwin/*,linux/386,linux/amd64,linux/arm-5,linux/arm64" -out bee_$(VERSION) github.com/gadelkareem/bee
cd ..
ghr -u beego -r bee $(VERSION) $(VERSION)