server/release: use the manifest file from bin directory (#23290)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e000d52eb1
Коммит
3afd2ec549
@@ -134,8 +134,8 @@ else
|
||||
endif
|
||||
cp ../NOTICE.txt $(DIST_PATH)
|
||||
cp ../README.md $(DIST_PATH)
|
||||
if [ -f ../manifest.txt ]; then \
|
||||
cp ../manifest.txt $(DIST_PATH); \
|
||||
if [ -f bin/manifest.txt ]; then \
|
||||
cp bin/manifest.txt $(DIST_PATH); \
|
||||
fi
|
||||
|
||||
@# Import Mattermost plugin public key
|
||||
|
||||
Ссылка в новой задаче
Block a user