Browse Source

Merge branch 'main' of gitee.com:n9e/nightingale into main

tags/v5.8.0
Ulric Qin 4 years ago
parent
commit
2185fbff65
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -34,4 +34,4 @@ build:

pack: build
rm -rf $(APP)-$(RELEASE_VERSION).tar.gz
tar -zcvf $(APP)-$(RELEASE_VERSION).tar.gz docker etc $(SERVER_BIN)
tar -zcvf $(APP)-$(RELEASE_VERSION).tar.gz docker etc $(SERVER_BIN) pub

Loading…
Cancel
Save